match() Operation
| Syntax |
NONE
| |
|---|---|---|
| Semantics | Returns true, if the pattern matches the whole string aString. | |
| Substitutables | aString | Can be any variable or object attribute having the type String. |
regExpPattern | Regular expressions (see Regular Expressions for a list of valid regular expressions). An introduction into regular expressions can be found at http://www.regular-expressions.info/. | |
| Examples | This example results in
NONE
This example results in
NONE
| |
Related Pages: