OPAL String Functions¶
Function |
Description |
---|---|
DecodeBase64 decodes a base64 encoded input |
|
Replace %-encoded escape sequences in a string with… |
|
Replace all %-encoded escape sequences in a string… |
|
EncodeBase64 encodes the input in the base64 format |
|
Replace certain characters in a string with %-encode… |
|
Replace certain characters in a string with %-encode… |
|
Format the timestamp value in UTC according to the… |
|
Returns a leftmost substring of its input. |
|
Return the input string in lowercase. |
|
Left pads a string with characters from another… |
|
|
|
Replaces all instances of the substring in the input… |
|
Replaces all instances of a matched regex pattern in… |
|
Returns a rightmost substring of its input. |
|
Right pads a string with characters from another… |
|
|
|
Splits a given string at a specified character and… |
|
Return the concatenation of all string arguments. |
|
Returns concatenated input values, separated by the… |
|
Extracts characters from a string, starting at an… |
|
Tokenizes the input string using the delimiter and… |
|
|
|
Return the input string in uppercase. |