Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 295 Bytes

File metadata and controls

15 lines (11 loc) · 295 Bytes

Text

Functions to combine, split, and search text strings.

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

See also

char at, compare, substr, parse int