Just wanted to point out with lua, with stuff like string.match it doesnt use the PCRE-style regular expression like the triggers and stuff do in mushclient, lua has its own regexp.
Big difference is the \ charcter is replaced with %. I knew I was getting drove nuts till I was informed about that.
http://www.gammon.com.au/scripts/doc.php?lua=string.find
Big difference is the \ charcter is replaced with %. I knew I was getting drove nuts till I was informed about that.
http://www.gammon.com.au/scripts/doc.php?lua=string.find