# [Ride v4 and v3] String
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
String
is a string data type.
Strings are UTF-8 encoded.
# Limitations
The maximum size of a String
variable is:
- For Standard library version 3: 32,767 characters.
- For Standard library version 4: 32,767 bytes (1 character can take up to 4 bytes).
# String Functions
The built-in functions for working with strings are presented in the following articles: