string type

This is a default lua type.

This type is a default type in the lua language. You can read more about it in the official lua documentation.

The string type is a data type that represents a sequence of characters. Strings can be created by enclosing characters in single or double quotes.

The string library provides functions to help manipulate strings.