-
new IsLike(propertyName, pattern, opt_wildCard, opt_singleChar, opt_escapeChar, opt_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
- module:ol/format/filter/Comparison~Comparison