Skip to content

To find a string in a file and then replace it by another one.

License

Notifications You must be signed in to change notification settings

Batch-Man/StringReplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

To find a string in a file and then replace it by another one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published