String Functions
Jump to navigation
Jump to search
This article is an overview of all string related functions. The first element in an array or data structure list is 0, with strings the first character position is 1.
- string_set_byte_at
- string_byte_at
- string_char_at
- string_copy
- string_count
- string_delete
- string_format
- string_insert
- string_byte_length
- string_length
- string_length_utf8
- string_digits
- string_letters
- string_lettersdigits
- string_isletters
- string_isdigits
- string_islettersdigits
- string_lower
- string_upper
- string_pos
- string_repeat
- string_replace
- string_replace_all
These functions can be used to position text on the screen when rendering.
- string_width
- string_height
- string_width_ext
- string_height_ext
- string_width_line
- string_width_ext_line
- string_width_ext_line_count
The following functions can be used for string encryption.