Files
JC4827W543/1-Demo/Demo_Arduino/Libraries/Regexp-master/README.md
2024-04-25 17:22:13 +02:00

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)