convert_num_string
Convert a number to string. Second argument can be a number of decimals or 'e' for scientific notation.
Convert a number to string. Second argument can be a number of decimals or 'e' for scientific notation.
Convert a string to number
Read a string input from the user
Returns ASCII/Unicode code point(s). Single char returns number, multiple returns list.
Decode base64 string.
Encode string to base64.
Capitalizes string: first character uppercase, rest lowercase.
Returns character from ASCII/Unicode code point.
Joins array of strings with glue separator.
Returns the position of first occurrence of pattern in string, or -1 if not found.