String Functions
The string functions enable you to perform the following basic operations:
•Carrying out conversion (string, number, char, code)
•Manipulating the length of strings (concat, string-join, split, find-all, trim, trim-start, trim-end, substring)
•Working with string properties (contains, starts-with, ends-with, string-length)