string.*

Type Library
Revision Release 2022.3683
Keywords string
See also Lua String Manipulation (guide)
String

Overview

This library provides generic functions for string manipulation, such as finding and extracting substrings, and pattern matching. This uses the standard Lua 5.1 library.

For more information, see the Lua String Manipulation guide.

Functions

string.upper()