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

@@ -418,6 +418,8 @@ namespace hex::plugin::builtin {
// { "hex.builtin.view.find.strings.line_feeds", "Line Feeds" },
// { "hex.builtin.view.find.sequences", "Sequences" },
// { "hex.builtin.view.find.regex", "Regex" },
// { "hex.builtin.view.find.regex.pattern", "Pattern" },
// { "hex.builtin.view.find.regex.full_match", "Require full match" },
// { "hex.builtin.view.find.binary_pattern", "Binary Pattern" },
// { "hex.builtin.view.find.search", "Search" },
// { "hex.builtin.view.find.context.copy", "Copy Value" },