match() Operation
Syntax |
| |
---|---|---|
Semantics | Returns true, if the pattern matches the whole string aString. | |
Substitutables |
| Can be any variable or object attribute having the type String. |
| 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 Documentation: