1
0
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:
Alexandre Jasmin
2020-12-17 00:08:11 -05:00
committed by William Langford
parent a17dd3248a
commit 80052e5275
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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