defacto
16th May 2006 12:41 UTC
Regular expressions wanted
Hi all,
anybody knows of a regular expressions plug-in for NSIS? That would be really useful...
A lesser but still useful feature would be the possibility of performing multi-line text search & replace over the specified file.
Anybody knows how to do that?
Red Wine
16th May 2006 18:34 UTC
anybody knows of a regular expressions plug-in for NSIS? That would be really useful...
I think you mean ${NSISDIR}\Include\LigicLib.nsh
A lesser but still useful feature would be the possibility of performing multi-line text search & replace over the specified file.
${NSISDIR}\Include\WordFunc.nsh
${NSISDIR}\Include\TextFunc.nsh
Afrow UK
16th May 2006 19:52 UTC
There is no regular expression plug-in so feel free to write one!
-Stu
robstocks
31st January 2007 00:36 UTC
Regular Expression Library: NSISpcre
I have written an NSIS plugin for regular expressions which is a thin wrapper around the PCRE regular expression library.
See the new NSISpcre plug-in page on the NSIS Developer Center Wiki for more details.