lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Feb 24, 2017 at 5:11 AM, Coda Highland <chighland@gmail.com> wrote:
> Perl Compatible Regular Expressions. It's supported by Perl
> (obviously), Python, PHP, Javascript, and thanks to libpcre pretty
> much any language that can load C libraries.

And it's larger than the whole of Lua ;)

Very powerful, very prone to write-once-and-never-read.  I've felt
that the lesser power of Lua string patterns is a blessing, not a
curse. It forces people to use if statements ;)