Regular expressions for Lua
#1
In my internship I've come across regular expressions allot, and I now realize how powerful they are compared to Lua patterns. Lua patterns suffice for almost any occasion, but it might scare developers away when they learn that Lua doesn't have Regex.

I thought we could add some really simple regex support. Just by putting a few functions in a table that basically calls preg_XYZ. I'd do it myself if there are no objections.
Reply
Thanks given by:


Messages In This Thread
Regular expressions for Lua - by NiLSPACE - 10-13-2015, 11:14 PM
RE: Regular expressions for Lua - by xoft - 10-14-2015, 07:20 AM
RE: Regular expressions for Lua - by NiLSPACE - 10-14-2015, 04:45 PM



Users browsing this thread: 1 Guest(s)