PCRE2Project / pcre2

PCRE2 development is now based here.
Other
918 stars 191 forks source link

pcre2test: add support for \N{U+hh...} escapes in subject #528

Closed carenas closed 1 month ago

carenas commented 1 month ago

As a solution that could be used to avoid the ambiguous syntax of the other escape sequences supported by pcre2test, add \N{U+hh...}

Includes bugfixes to the handling of \o{dd...} and hopefully improved documentation and tests.

zherczeg commented 1 month ago

Nice patch!

PhilipHazel commented 1 month ago

Oops. Forgot to check that the "last updated" line had been updated in pcre2test.1. Perhaps it will get updated again before the next release, so I won't update it specially. I do think it is useful to have dates on documentation.