jq icon indicating copy to clipboard operation
jq copied to clipboard

jq doesn't use PCRE, despite use of PCRE in docs

Open ikegami opened this issue 3 years ago • 3 comments

The docs claim the use of PCRE.

PCRE

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

Oniguruma

One of these statements is obviously incorrect. (The former.)

ikegami avatar Jun 08 '22 23:06 ikegami

I believe Oniguruma supports PCRE?

sus-impost0r avatar Jun 22 '22 21:06 sus-impost0r

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: @.***>

ikegami avatar Jun 23 '22 07:06 ikegami

(And neither uses the same regex language as Perl.)

ikegami avatar Jun 23 '22 07:06 ikegami