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