mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Add ignore case and UTF16 search options to sequence searching
This commit is contained in:
@@ -63,6 +63,9 @@ namespace hex::plugin::builtin {
|
||||
|
||||
struct Sequence {
|
||||
std::string sequence;
|
||||
|
||||
StringType type = StringType::ASCII;
|
||||
bool ignoreCase = false;
|
||||
} bytes;
|
||||
|
||||
struct Regex {
|
||||
|
||||
Reference in New Issue
Block a user