[Filter] Fully enable regex matching

This commit is contained in:
Matt Nadareski
2017-02-08 20:51:05 -08:00
parent 6edaf6e709
commit e8bcad896e
3 changed files with 6 additions and 18 deletions

View File

@@ -647,11 +647,7 @@ namespace SabreTools
"",
"Filter parameters game name, rom name, CRC, MD5, SHA-1 can",
"do partial matches using asterisks as follows (case insensitive):",
" *00 means ends with '00'",
" 00* means starts with '00'",
" *00* means contains '00'",
" 00 means exactly equals '00'",
"be matched using full C#-style regex.",
"",
"Filter parameters for size can use postfixes for inputs:",