startsWith() Operation
Syntax |
| |
---|---|---|
Semantics | Returns true, if the string aString starts with the string represented by the literal. In all other cases, false is returned. | |
Substitutables |
| Can be any variable or object attribute having the type Boolean. |
| Can be any variable or object attribute having the type String. | |
| String literal. | |
Examples |
CODE
|
Related Documentation: