Script Name: Replace
Script Description Replace area with what is defined
Author: Rampage_TerraniusCompile Test: PassedCore Version: 2.6.3
Hosted by: Soldat Central - http://soldatcentral.com/Full Description:I got annoyed with RegExpReplace replacing every instance of the same word when i only want to replace from one point to another so i designed this to replace instead
Used like so:
Replace(File To Open,Search,SearchEnd,Replace Between search and searchend with this)
use '' instead of a word to signal to use the files length
For example:
From Directory Files/randomfile.ini:
'i have uber spammage powa'
Replace('Files/randomfile.ini','i have','',' been replaced')
will instead change it to: 'i have been replaced'