Skip to content
⌘ NSIS Forum Archive

Regular expressions wanted

4 posts

defacto#

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#
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
robstocks#edited
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.