The following functions have been provided as cross-platform functions that can be used in action code.
Function Name |
Function Returns |
Parameters |
Mid |
A |
String, start position, end position |
|
The index of a string within a string searching from the end |
start position, String1, String2 |
|
The index of a string within a string searching from the start |
start position, String1, String2 |
LEN |
The length of a string |
String |