like Operator
Syntax |
NONE
| |
---|---|---|
Semantics | Returns true if regExpPattern matches aString , otherwise false. | |
Substitutables | "regExpPattern" | Can be a literal like "abc" or any other regular expression. Regular Expressions provides an overview of regular expression syntax. "regExpPattern" must be enclosed in double quotes. An introduction into regular expressions can be found at http://www.regular-expressions.info/. |
Examples | The example below assigns the boolean result of the relational expression with like operator to variable
NONE
The example below assigns the boolean result of the relational expression with like operator to variable
CODE
|