Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 502 Bytes

StringReplace

Description: To find a string in a file and then replace it by another one. It supports all Unicode characters, except:

! = � (null character)

It is useful when you want to find a string, but as find and findstr doesn't have a function like that, I decided to code it myself.

AUTHOR: anic17

USAGE

Call StringReplace "string to find" "string to StringReplace" [file] [output]

​ Examples: StringReplace "1234" "anic17" user.txt Replaced.txt