Text

Functions to combine, split, and search text strings.

"".charAt(0); "".compare(""); "".substr(0, 0); parseFloat(""); parseInt("");

See also

char at, compare, substr, parse int, parse float