This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.
This OCaml-library interfaces the PCRE (Perl-compatibility regular expressions) library which is written in C. it can be used for matching regular expressions which are written in PERL-style. Searching for, replacing or splitting text should become much easier with this library.
To install ocaml-pcre, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-pcre
To see what files were installed by ocaml-pcre, run:
port contents ocaml-pcre
To later upgrade ocaml-pcre, run:
sudo port selfupdate && sudo port upgrade ocaml-pcre
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.