tkregexp helps you to design or more generally work with regular expressions. As it is often difficult to write the right regexp at the first try, this tool will show you the effet of your regexp on a sample you can choose.
tkregexp helps you to design or more generally work with regular expressions. As it is often difficult to write the right regexp at the first try, this tool will show you the effet of your regexp on a sample you can choose.
To install tkregexp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install tkregexp
To see what files were installed by tkregexp, run:
port contents tkregexp
To later upgrade tkregexp, run:
sudo port selfupdate && sudo port upgrade tkregexp
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.