Archive: Regular expressions plug-in request


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.


How about this one? It's tiny.


Cool! That's why I couldn't find that before... so tiny... ;)

I'll adapt that to be a NSIS plug-in later then.