like Operator
Syntax |
| |
---|---|---|
Semantics | Returns true if | |
Substitutables |
| Can be a literal like "abc" or any other regular expression. Regular Expressions provides an overview of regular expression syntax. |
Examples | The example below assigns the boolean result of the relational expression with like operator to variable b1. The expression evaluates to true if the string s1 equals "abc".
NONE
The example below assigns the boolean result of the relational expression with like operator to variable b2. The expression evaluates to true if the string s2 contains at least one letter and only lower case letters.
CODE
|
Related Pages:
Related Documentation: