Class TextUtils
Provides utilities working with text
public static class TextUtils
- Inheritance
-
TextUtils
- Inherited Members
Methods
MatchesAnyFilter(string, bool, params string[])
Checks if the specified text matches any of the provided filters
public static bool MatchesAnyFilter(string text, bool ignoreCase, params string[] filters)
Parameters
Returns
- bool
True if any of the fitler match the text
Remarks
This method supports wildcards *. If no filters specified this method returns true
MatchesAnyFilter(string, params string[])
public static bool MatchesAnyFilter(string text, params string[] filters)