HomeFreeBSD

libregex: implement \` and \' (begin-of-subj, end-of-subj)

Description

libregex: implement \` and \' (begin-of-subj, end-of-subj)

These are GNU extensions, generally equivalent to ^ and $ except that the
new syntax will not match beginning of line after the first in a multi-line
expression or the end of line before absolute last in a multi-line
expression.

Details

Provenance
kevansAuthored on Dec 5 2020, 3:13 AM
Parents
rG7518fb346fe9: libc: regex: factor out ISBOW/ISEOW macros
Branches
Unknown
Tags
Unknown