summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.5/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 7a91d1e3..894f2ef1 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -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.
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index fe2c95a6..62a68e9a 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -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.
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index eceff369..c6490682 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -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.