ppcre-error | All errors signaled by CL-PPCRE are of |
---|---|
ppcre-invocation-error | Signaled when CL-PPCRE functions are |
ppcre-syntax-error | Signaled if CL-PPCRE's parser encounters an error |
*allow-named-registers* | Whether the parser should support AllegroCL's named registers |
---|---|
*allow-quoting* | Whether the parser should support Perl's \Q and \E. |
*regex-char-code-limit* | The upper exclusive bound on the char-codes of characters which |
*use-bmh-matchers* | Whether the scanners created by CREATE-SCANNER should use the (fast |
all-matches | Returns a list containing the start and end positions of all |
---|---|
all-matches-as-strings | Returns a list containing all substrings of TARGET-STRING which |
parse-tree-synonym | Returns the parse tree the SYMBOL symbol is a synonym for. Returns |
quote-meta-chars | Quote, i.e. prefix with #\, all non-word characters in STRING. |
regex-apropos | Similar to the standard function APROPOS but returns a list of all |
regex-apropos-list | Similar to the standard function APROPOS-LIST but returns a list of |
regex-replace | Try to match TARGET-STRING between START and END against REGEX and |
regex-replace-all | Try to match TARGET-STRING between START and END against REGEX and |
scan-to-strings | Like SCAN but returns substrings of TARGET-STRING instead of |
split | Matches REGEX against TARGET-STRING as often as possible and |
create-scanner | Accepts a regular expression - either as a |
---|---|
scan | Searches TARGET-STRING from START to END and tries |
define-parse-tree-synonym | Defines the symbol NAME to be a synonym for the parse tree |
---|---|
do-matches | Iterates over TARGET-STRING and tries to match REGEX as often as |
do-matches-as-strings | Iterates over TARGET-STRING and tries to match REGEX as often as |
do-register-groups | Iterates over TARGET-STRING and tries to match REGEX as often as |
do-scans | Iterates over TARGET-STRING and tries to match REGEX as often as |
register-groups-bind | Executes BODY with the variables in VAR-LIST bound to the |