bneradt opened a new pull request, #12606: URL: https://github.com/apache/trafficserver/pull/12606
Add REErrors enum to Regex.h to encapsulate PCRE2 error codes, allowing users to check for specific error conditions without needing to include pcre2.h directly. For now, the enum includes RE_ERROR_NOMATCH (-1) for when no match is found and RE_ERROR_NULL (-51) for when NULL code or subject is passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
