|
Class Summary |
| Concat |
Concatenates a list of strings in a single string. |
| IndexOf |
Class Task Description |
| LastIndexOf |
Class Task Description |
| Length |
Returns the length of the input string. |
| Like |
|
| LowerCase |
Turns the input string into lowercase. |
| Split |
Look at the corresponding Java API definition. |
| StringFunctionTable |
FunctionTable containing string-related IQL functions. |
| Substring |
Returns a substring of the input string based on the two other integer arguments. |
| UpperCase |
Turns the input string into uppercase. |