NSISpcre plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
(→Links) |
||
Line 1: | Line 1: | ||
{{PageAuthor|Robstocks}} | {{PageAuthor|Robstocks}} | ||
[?Upload] | |||
== Links == | == Links == | ||
Download v1.0:<br> | Download v1.0:<br> | ||
<attach>nsispcre.zip</attach> | <attach>nsispcre.zip</attach> | ||
Revision as of 01:47, 31 January 2007
Author: Robstocks (talk, contrib) |
[?Upload]
Links
Download v1.0:
nsispcre.zip not found
Description
An NSIS plugin providing Perl compatible regular expression functions.
A simple wrapper around the excellent PCRE library which was written by Philip Hazel, University of Cambridge.
For those that require documentation on how to construct regular expressions, please see www.pcre.org
Features:
- Test whether a subject string matches a pattern
- Capture substrings
- Perform complex replacements
- Control matching options
- Integration with LogicLib
- Unicode UTF-8 support (untested)