mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Link to the Onigurama docs (#2355)
This commit is contained in:
@ -2296,9 +2296,10 @@ sections:
|
||||
- title: Regular expressions (PCRE)
|
||||
body: |
|
||||
|
||||
jq uses the Oniguruma regular expression library, as do php,
|
||||
ruby, TextMate, Sublime Text, etc, so the description here
|
||||
will focus on jq specifics.
|
||||
jq uses the
|
||||
[Oniguruma regular expression library](https://github.com/kkos/oniguruma/blob/master/doc/RE),
|
||||
as do php, ruby, TextMate, Sublime Text, etc, so the
|
||||
description here will focus on jq specifics.
|
||||
|
||||
The jq regex filters are defined so that they can be used using
|
||||
one of these patterns:
|
||||
|
Reference in New Issue
Block a user