String Operations
1. Concatenation Operator (concat)
Arguments
Example
concat("I ","Love ","Digia ");
// This will return "I Love Digia" as an output 2. Substring Operator (substring)
Arguments
Example
3. Length Operator (strLength)
Arguments
Example
4 . isEmpty
5 . Toint
Last updated