Description
Lua programs can use regular-expression matching through packaged native regex backends.
This package is useful for developers who need pattern search, validation, or text extraction inside Lua code. It is a programming library, not an app users open directly.
Regex behavior depends on the selected backend. Test patterns carefully when they validate input, parse files, or process user text.