https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291172

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
I beleieve that:
1. '+' must not be escaped by backslash, it becomes ordinary character to match
2. '+' only works as metasymbol for extended regexps, so you need REG_EXTENDED

BTW, why did you specified literal 4 as flag for regexec?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to