New Archive Functions (StrRep and StrSlash)
I just posted a new archive page with my String Replace function and its smaller Slash/BackSlash converter brother (StrSlash)

http://nsis.sourceforge.net/archive/...55&instances=0

The latter is very useful if you are installing things that are going to be viewed on a webserver and you need to do some magic to convert filenames to URLs and vice versa

E.g. say ${WEBROOT} is "c:\webroot\" and ${FILE} is "c:\webroot\some\path\to\here.htm" and you want to get the URL for it you can do