String Functions
RTR provides several built-in functions for string manipulation and operations.
join
Concatenates multiple strings together, with an optional separator.
split
Splits a string into an array of substrings based on a delimiter.
chr
Converts a number to its corresponding ASCII character.
ord
Converts a character to its corresponding ASCII code.
length
Returns the length of a string.
Last updated