-
new IsLike(propertyName, pattern, wildCard, singleChar, escapeChar, matchCase)
-
[constructor description]
Name Type Description propertyName
string Name of the context property to compare.
pattern
string Text pattern.
wildCard
string | undefined Pattern character which matches any sequence of zero or more string characters. Default is '*'.
singleChar
string | undefined pattern character which matches any single string character. Default is '.'.
escapeChar
string | undefined Escape character which can be used to escape the pattern characters. Default is '!'.
matchCase
boolean | undefined Case-sensitive?
Extends
- Comparison