the propertyName to check
the pattern to match
OptionalwildCard: stringthe wildCard in the pattern (represents 0 or more characters)
OptionalsingleChar: stringOptionalescapeChar: stringthe escapeChar character. Any character after this is evaluated as a literal.
OptionalmatchCase: booleanindicates whether the "is like" operator is case sensitive or not.
The default value is true
The "is like" expression.
Creates an "is like" expression which evaluates to
truewhen the value ofexpressionmatches the specified pattern. It is possible to not specify thewildCard,singleCharandescapeChararguments. In that case the OGC default values will be used (wildCard: '*', single char: '.' and escapeChar character: '!').