Skip to content
Prev 315763 / 398506 Next

Regex for ^ (the caret symbol)?

On 13-01-21 11:48 AM, Jeff Newmiller wrote:
It's a documentation error rather than a bug.  The ^ character is 
special anywhere in the extended RE syntax defined by the TRE library
or the Perl-compatible library that we use.  This is inconsistent with 
the POSIX standard, which might be what you were thinking of.

Duncan Murdoch