Text

Functions to combine, split, and search text strings.

"".charAt(0)
"".compare("")
"".substr(0, 0)
parseFloat("")
"".indexOf("")
"".includes("")
"".split(",")
"".isEmpty()
"".charAt(0)
"".charCodeAt(0)

See also

char at, compare, substr, parse float, index of, includes, split, is empty, char-at, char-code-at