mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Underscore the point
This commit is contained in:
@@ -370,7 +370,7 @@ namespace SabreTools.Core.Filter
|
||||
filterString = filterString.Substring(1, filterString.Length - 2);
|
||||
|
||||
// Split the string using regex
|
||||
var match = Regex.Match(filterString, @"^(?<itemField>[a-zA-Z.]+)(?<operation>[=!:><]{1,2})(?<value>.*)$");
|
||||
var match = Regex.Match(filterString, @"^(?<itemField>[a-zA-Z._]+)(?<operation>[=!:><]{1,2})(?<value>.*)$");
|
||||
if (!match.Success)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user