initial commit

This commit is contained in:
lsdlsd88
2024-04-25 17:22:13 +02:00
parent 683b846d60
commit b5204b2a68
2737 changed files with 1534650 additions and 0 deletions
@@ -0,0 +1,14 @@
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)