Description
Lua applications can use the Oniguruma regex engine for advanced pattern matching.
This package is useful for developers who need Oniguruma-specific syntax or Unicode-aware matching in Lua projects. It is a library backend, not an interactive search tool.
Regex engines can differ in escaping, character classes, and performance. Validate patterns with the real text your program will process.