10-14-2015, 07:20 AM
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.
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.