1# SWI-Prolog interface to Perl Regular Expressions
2
3This repository provides the SWI-Prolog package `pcre`, binding to
4[pcre](http://www.pcre.org/). The Prolog library provides matching,
5replacement, splitting and running arbitrary goals over matches using a
6_fold_ style interface.
7