Search and replace text in file
Posted: Sat Aug 02, 2014 1:50 am
I am trying to determine what is the best way to search and replace for some strings in a text file.
I was attempting to use the STR Replace
where the source string is {filename(c:\infile.txt)}
I then was going to use the substring to find the text and replace.
Does this search from from the beginning of line? Can I use regex? Does the entire file get searched?
I am not receiving a match. Trying to figure out why.
Advice is appreciated.
Rob
I was attempting to use the STR Replace
where the source string is {filename(c:\infile.txt)}
I then was going to use the substring to find the text and replace.
Does this search from from the beginning of line? Can I use regex? Does the entire file get searched?
I am not receiving a match. Trying to figure out why.
Advice is appreciated.
Rob