str_base64_decode
Decode base64 string.
RichnouLang by functions names.
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.
Returns character(s) at position. Negative pos counts from end.