Regular expressions for Lua
#2
There's already several Lua libraries for regexp work, LPeg is most likely the best known. I don't think it's worth rolling our own, unless there are reasons to do so.

Also, I don't think it's a good strategy to just bloat the server with all the libraries. It works with LuaRocks and possibly other integration systems, I'd leave it at that. We don't want to maintain a zillion binding libraries.
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)