TextReplace plugin: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) No edit summary |
Instructor (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
== Links == | == Links == | ||
Download v1. | Download v1.1:<br> | ||
<attach>Textreplace.zip</attach> | <attach>Textreplace.zip</attach> | ||
Line 11: | Line 11: | ||
== Description == | == Description == | ||
'''Features:''' | '''Features:''' | ||
*Fast replacement in text file | *Fast search/replacement in text file | ||
*Case sensitive/insensitive replacement | *Case sensitive/insensitive replacement | ||
*Supports strings and pointers to the buffer | *Supports strings and pointers to the buffer | ||
*If no changes possible, output file will be untouched | *If no changes possible, output file will be untouched | ||
*Checks | *Checks if input file is a binary file | ||
[[Category:Plugins]] | [[Category:Plugins]] |
Revision as of 09:49, 14 January 2006
Author: Instructor (talk, contrib) |
Links
Download v1.1:
Textreplace.zip (33 KB)
Discussion:
Forum thread
Description
Features:
- Fast search/replacement in text file
- Case sensitive/insensitive replacement
- Supports strings and pointers to the buffer
- If no changes possible, output file will be untouched
- Checks if input file is a binary file