Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 668 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 668 Bytes

SWI-Prolog interface to Perl Regular Expressions

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).