Function
Asc
Base64$
Chr$
Comp
FromBase64$
FromUrl$
Html$
InStr
LCase$
Left$
Len
LTrim$
Mid$
Quote$
Replace$
Right$
RInStr
RTrim$
Scan
Space$
Split
String$
Subst$
Trim$
UCase$
UnBase64$
Url$
UnQuote$
Most of these functions only deal with ASCII strings. To manipulate UTF-8 strings, use the UTF-8 equivalent method of the String class indicated in the third column.
If no UTF-8 equivalent function is indicated, then the ASCII function also works with UTF-8 strings.
String Operators
String