str_asc
Returns ASCII/Unicode code point(s). Single char returns number, multiple returns list.
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.
Returns list of all positions where pattern occurs in string.
Returns the number of characters (runes) in string.
Converts string to lowercase with full Unicode support.