regex
Lua bindings for the embedded PCRE2 library
Status
External: Functionality is provided by a third-party library, which may or may not give semantic versioning guarantees
Availability
This module is preloaded. You can simply require
it:
local regex = require("regex")
Functions
For a detailed API documentation, see http://rrthomas.github.io/lrexlib/manual.html
info
There's just one minor cosmetic difference: All exported functions are exactly the same, but the rex
library is called regex
in Evo.
Changelog
Version | What happened? |
---|---|
v0.0.5 | Initial release |