StringWildcardExtensions extension
Extensions for wildcard matching (* = any sequence, ? = single character).
- on
Methods
-
wildcardMatch(
String pattern) → bool -
Available on String, provided by the StringWildcardExtensions extension
Returns true if this string matches thepatternwith wildcards.