mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Fix #2197 extended regex pattern example
This commit is contained in:
committed by
William Langford
parent
a17dd3248a
commit
80052e5275
@@ -2260,7 +2260,7 @@ sections:
|
|||||||
|
|
||||||
To match whitespace in an x pattern use an escape such as \s, e.g.
|
To match whitespace in an x pattern use an escape such as \s, e.g.
|
||||||
|
|
||||||
* test( "a\\sb", "x" ).
|
* test( "a\\\\sb"; "x" )
|
||||||
|
|
||||||
Note that certain flags may also be specified within REGEX, e.g.
|
Note that certain flags may also be specified within REGEX, e.g.
|
||||||
|
|
||||||
|
|||||||
@@ -1987,7 +1987,7 @@ sections:
|
|||||||
|
|
||||||
To match whitespace in an x pattern use an escape such as \s, e.g.
|
To match whitespace in an x pattern use an escape such as \s, e.g.
|
||||||
|
|
||||||
* test( "a\\sb", "x" ).
|
* test( "a\\\\sb"; "x" )
|
||||||
|
|
||||||
Note that certain flags may also be specified within REGEX, e.g.
|
Note that certain flags may also be specified within REGEX, e.g.
|
||||||
|
|
||||||
|
|||||||
@@ -2280,7 +2280,7 @@ sections:
|
|||||||
|
|
||||||
To match whitespace in an x pattern use an escape such as \s, e.g.
|
To match whitespace in an x pattern use an escape such as \s, e.g.
|
||||||
|
|
||||||
* test( "a\\sb", "x" ).
|
* test( "a\\\\sb"; "x" )
|
||||||
|
|
||||||
Note that certain flags may also be specified within REGEX, e.g.
|
Note that certain flags may also be specified within REGEX, e.g.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user