pcre.pl -- Perl compatible regular expression matching for SWI-Prolog |
re_compile/3 | Compiles Pattern to a Regex blob of type regex (see blob/2). | |
re_config/1 | Extract configuration information from the pcre library. | |
re_flush/0 | Clean pattern and replacement caches. | |
re_foldl/6 | Fold all matches of Regex on String. | |
re_match/2 | Succeeds if String matches Regex. | |
re_match/3 | Succeeds if String matches Regex. | |
re_matchsub/3 | Match String against Regex. | |
re_matchsub/4 | Match String against Regex. | |
re_replace/4 | Replace matches of the regular expression Pattern in String with With (possibly containing references to captured substrings). | |
re_replace/5 | Replace matches of the regular expression Pattern in String with With (possibly containing references to captured substrings). | |
re_split/3 | Split String using the regular expression Pattern. | |
re_split/4 | Split String using the regular expression Pattern. | |