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. *\\\\*.