String manipulation
The following functions perform string manipulation.
| Function | Description |
|---|---|
Concatenate strings with delimiters |
|
Split a string based on delimiters |
|
Returns the size of the string (strlen) |
|
Left pad 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 |