# [Ride v5] String
⚠️ This is the documentation for the Standard library version 5. 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 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: