ANCHOR objects represent anchors like ^ or $.
| regex | The REGEX base class. All other classes inherit |
|---|
| multi-line-p | Whether we're in multi-line mode,
i.e. whether each #\Newline is surrounded by anchors. Initargs::multi-line-p; Reader:multi-line-p. |
|---|---|
| no-newline-p | Whether we ignore #\Newline at the end. Initargs::no-newline-p; Reader:no-newline-p. |
| startp | Whether this is a "start anchor". Initargs::startp; Reader:startp. |
| copy-regex | Implements a deep copy of a REGEX object. |
|---|---|
| create-matcher-aux | Creates a closure which takes one parameter, |
| start-anchored-p | Returns T if REGEX starts with a real start |
| case-mode | Utility function used by the optimizer (see GATHER-STRINGS). |
|---|---|
| compute-min-rest | Returns the minimal length of REGEX plus |
| compute-offsets | Returns the offset the following regex would have |
| end-string-aux | Returns the constant string (if it exists) REGEX |
| everythingp | Returns an EVERYTHING object if REGEX is equivalent to this object, otherwise NIL. So, (.){1} w... |
| flatten | Merges adjacent sequences and alternations, i.e. it |
| gather-strings | Collects adjacent strings or characters into one |
| regex-length | Return the length of REGEX if it is fixed, NIL otherwise. |
| regex-min-length | Returns the minimal length of REGEX. |
| remove-registers | Returns a deep copy of a REGEX (see COPY-REGEX) and |