Procedures: Strings
- AvailableLocales — Returns all locales available to TMBASIC.
- Characters — Converts a String to a list of characters.
- Chr — Converts a Unicode code point to a string.
- CodePoints — Converts a string to a list of 32-bit Unicode code points.
- CodeUnit — Gets one 16-bit Unicode code unit from a string.
- CodeUnits — Converts a string to a list of 16-bit Unicode code units.
- Concat — Combines multiple strings into one, with an optional separator between them.
- Len — Returns the number of 16-bit Unicode code units in a String.
- NewLine — Returns the end-of-line character sequence.
- StringFromCodePoints — Creates a string from a list of 32-bit Unicode code points.
- StringFromCodeUnits — Creates a string from a list of 16-bit Unicode code units.