2 library(pcre): Perl compatible regular expression matching for SWI-Prolog
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Regular Expression library
library(pcre): Perl compatible regular expression matching for SWI-Prolog
re_match/2
re_match/3
re_matchsub/3
re_matchsub/4
re_foldl/6
re_split/3
re_split/4
re_replace/4
re_replace/5
re_compile/3
re_flush/0
re_config/1
Availability:
:- use_module(
library(pcre)
).
(can be autoloaded)
re_flush
Clean pattern and replacement caches.
To be done
Flush automatically if the cache becomes too large.