String Functions
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.
See also