Regular expressions plug-in request
I might not have said it before, but it would be really nice to have a plug-in that can handle regular expressions: there wouldn't be a need for StrStr, StrTok... and other string functions by it's simple and easy syntax :D. I just imagine how it would be having a single line of code replacing repetitive uses of string functions to get the same exact result. I even think a contribution like this should be included in NSIS distribution.
I lately tried using the Boost library called Regex without success :(. Maybe I should read the docs more after I release the next version of IOEx and try getting this to work.