Matcher(String, RegexOptions, Boolean, Object, Func<String, Boolean>) Constructor
Containing Type: Matcher
Assembly: Orang.Common.dll
public Matcher(string pattern, System.Text.RegularExpressions.RegexOptions options = None, bool invert = false, object? group = null, Func<string, bool>? predicate = null)
Parameters
pattern String
options RegexOptions
invert Boolean
group Object