feat: Added "Require full match" toggle to regex string search

This commit is contained in:
WerWolv
2022-09-13 14:06:08 +02:00
parent 8c219b981c
commit 9d7e2eccac
11 changed files with 27 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ namespace hex::plugin::builtin {
struct Regex {
std::string pattern;
bool fullMatch = true;
} regex;
struct BinaryPattern {