mirror of
https://github.com/lsdlsd88/JC4827W543.git
synced 2026-05-04 16:09:29 +01:00
15 lines
442 B
Markdown
15 lines
442 B
Markdown
Regexp
|
|
======
|
|
|
|
Regular expression parser for microcontrollers based on the Lua one.
|
|
|
|
Documentation on interfacing with the library, and other details at:
|
|
|
|
http://www.gammon.com.au/forum/?id=11063
|
|
|
|
## Documentation on regular expressions (Lua patterns)
|
|
|
|
* [Official Lua documentation](http://www.lua.org/manual/5.2/manual.html#6.4.1)
|
|
|
|
* [Simplified documentation from MUSHclient help](http://www.gammon.com.au/scripts/doc.php?lua=string.find)
|