strMatchesFilter(text,pattern)¶
Definition¶
Boolean strMatchesFilter(String text, String pattern)
Description¶
Returns true if the text matches the pattern, false otherwise.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | String to evaluate |
pattern | String | pattern |