From bcf7cf43703a3b1f5a069b5b5c3b4d059efc22e0 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 2 Jun 2016 15:30:18 +0200 Subject: [PATCH] adjusted markdown --- Documentation/Books/AQL/Functions/String.mdpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Books/AQL/Functions/String.mdpp b/Documentation/Books/AQL/Functions/String.mdpp index 46d3fadd14..93c57952ae 100644 --- a/Documentation/Books/AQL/Functions/String.mdpp +++ b/Documentation/Books/AQL/Functions/String.mdpp @@ -283,7 +283,7 @@ characters and sequences: - *^*: matches the beginning of the string - *$*: matches the end of the string -Note that the characters *.*, *\**, *?*, *[*, *]*, *(*, *)*, *{*, *}*, *^*, +Note that the characters *.*, \*, *?*, *[*, *]*, *(*, *)*, *{*, *}*, *^*, and *$* have a special meaning in regular expressions and may need to be escaped using a backslash (*\\*). A literal backslash should also be escaped using another backslash, i.e. *\\\\*.