[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: An introduction to Lua
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sun, 22 Oct 2017 06:00:12 +0200
"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
>