Fortran-regex is a modern Fortran port of the tiny-regex-c library for regular expressions. It is based on the original C implementation, but the API is modelled in Fortran style, which is similar to the intrinsic index function.
Fortran-regex is a modern Fortran port of the tiny-regex-c library for regular expressions. It is based on the original C implementation, but the API is modelled in Fortran style, which is similar to the intrinsic index function.
To install fortran-regex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fortran-regex
To see what files were installed by fortran-regex, run:
port contents fortran-regex
To later upgrade fortran-regex, run:
sudo port selfupdate && sudo port upgrade fortran-regex
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.