searches and replaces a text string or regular expression
This tool was designed to go through text files (meaning: text, html, php, etc.) to search for and replace a particular text string (or regular expression).
This tool was designed to go through text files (meaning: text, html, php, etc.) to search for and replace a particular text string (or regular expression).
To install string_replace, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install string_replace
To see what files were installed by string_replace, run:
port contents string_replace
To later upgrade string_replace, run:
sudo port selfupdate && sudo port upgrade string_replace
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.