lua-users home
lua-l archive

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


"Lua’s standard library includes regular expressions library"

-->

Lua's standard library includes pattern matching for strings
in which the patterns themselves are strings, rather like
regular expressions in Python or Perl, but simpler.


2017-10-22 1:16 GMT+02:00 Dibyendu Majumdar <mobile@majumdar.org.uk>:
> Hi,
>
> I am working on a document that will describe the main features of Lua
> in a concise manner. It is the document I wish I had when I started to
> first learn about Lua.
>
> Here is a early version - it is very incomplete. Feedback welcome!
>
> http://the-ravi-programming-language.readthedocs.io/en/latest/lua-introduction.html
>
> Regards
> Dibyendu
>