| Concat |
An expression modeling the string contains operation.
|
| Contains |
An expression modeling the string contains operation.
|
| EndsWith |
An expression modeling the string endsWith operation.
|
| Equals |
An expression modeling the string equals operation.
|
| IndexOf |
An expression modeling the string indexOf operation.
|
| Length |
An expression modeling the string length operation.
|
| Replace |
An expression modeling the string replace operation.
|
| StartsWith |
An expression modeling the string startsWith operation.
|
| Substring |
An expression modeling the string substring operation.
|