-
new IsLike(propertyName, pattern, opt_wildCard, opt_singleChar, opt_escapeChar, opt_matchCase)
-
[constructor description]
Name Type Description propertyNamestring Name of the context property to compare.
patternstring Text pattern.
wildCardstring Pattern character which matches any sequence of zero or more string characters. Default is '*'.
singleCharstring pattern character which matches any single string character. Default is '.'.
escapeCharstring Escape character which can be used to escape the pattern characters. Default is '!'.
matchCaseboolean Case-sensitive?
Extends
- module:ol/format/filter/Comparison~Comparison
OpenLayers