String manipulation
The following functions perform string manipulation.
Function | Description |
---|---|
Concatenate strings with delimiters |
|
Split a string based on delimiters |
|
Get the length of a string |
|
Left pad a string |
|
Serialize a list of attributes to a string |
|
Right pad a string |
|
Return a random string based on input format |
|
Convert the input string to lowercase. |
|
Convert the input string to uppercase |