-
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 Pattern character which matches any sequence of zero or more string characters. Default is '*'.
singleChar
string pattern character which matches any single string character. Default is '.'.
escapeChar
string Escape character which can be used to escape the pattern characters. Default is '!'.
matchCase
boolean Case-sensitive?
Extends
- module:ol/format/filter/Comparison~Comparison