jq
jq copied to clipboard
jq doesn't use PCRE, despite use of PCRE in docs
The docs claim the use of PCRE.

The docs claim the use of the Oniguruma regular expression library.

One of these statements is obviously incorrect. (The former.)
I believe Oniguruma supports PCRE?
PCRE is the name of a library, and not one used by Oniguruma, no.
On Wed., Jun. 22, 2022, 6:31 p.m. sus-impost0r, @.***> wrote:
I believe Oniguruma supports PCRE?
— Reply to this email directly, view it on GitHub https://github.com/stedolan/jq/issues/2439#issuecomment-1163625899, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFK2ZOMH3TWL577IZDXCGDVQOA3FANCNFSM5YIGZSJA . You are receiving this because you authored the thread.Message ID: @.***>
(And neither uses the same regex language as Perl.)