This repository provides the SWI-Prolog package pcre
, binding to
pcre. The Prolog library provides matching,
replacement, splitting and running arbitrary goals over matches using a
fold style interface.
The pcre
library is built as part of the standard build for SWI-Prolog,
so it should not be necessary to install this package manually. If the
pcre
is failing to load, make sure that you have the PCRE library
installed for your platform (see the
platform-specific build instructions
for more information about PCRE and other prerequisites).