mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Added "Require full match" toggle to regex string search
This commit is contained in:
@@ -61,6 +61,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
struct Regex {
|
||||
std::string pattern;
|
||||
bool fullMatch = true;
|
||||
} regex;
|
||||
|
||||
struct BinaryPattern {
|
||||
|
||||
Reference in New Issue
Block a user