Replacestr is a simple utility that can be used to replace a string in your files. Replacing a string in a file is a common task for developers. You don't need to know how to write a regex to replace a string in a file. Easy to use and easy to understand.
Hello everyone! I'm the maker of "Replacestr"
Replacestr is an Open-Source simple utility that can be used to replace a string in your files. Replacing a string in a file is a common task for developers. You don't need to know how to write a regex to replace a string in a file. Easy to use and easy to understand.
For example, if you want to replace all occurrences of foo with bar in a file, you can use the following command:
$ replacestr -f myfile.txt -s foo -r bar
⭐ Github: https://github.com/Ademking/repl...
⭐ NPM: https://www.npmjs.com/package/re...
RepoList