Skip to content

Commit

Permalink
Fix #2197 extended regex pattern example
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasmin authored and wtlangford committed Dec 18, 2020
1 parent a17dd32 commit 80052e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ sections:
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.5/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ sections:
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/manual/v1.6/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ sections:
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.
Expand Down

1 comment on commit 80052e5

@kloczek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plans to make new release? :P

Please sign in to comment.