cl-ppcre:ppcre-syntax-error | Type: Signaled if CL-PPCRE's parser encounters an error when trying to parse a regex string or to convert a parse tree into its internal representation.
Structure: Signaled if CL-PPCRE's parser encounters an error when trying to parse a regex string or to convert a parse tree into its internal representation.
|
| | |
| | |
(cl-ppcre:ppcre-syntax-error-pos condition) | Function: Returns the position within the string where the error occurred (or NIL if the error happened while trying to convert a parse tree
|
| | |
| | |
(cl-ppcre:ppcre-syntax-error-string condition) | Function: Returns the string the parser was parsing when the error was encountered (or NIL if the error happened while trying to convert a parse tree).
|
| | |
| | |