From 7b9b5ee18191cfc83555135040e5182a913bdc52 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 12 Feb 2017 19:54:44 +0000 Subject: [PATCH] Add note about ] being a special character in some situations. --- doc/syntax_perl.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/syntax_perl.qbk b/doc/syntax_perl.qbk index 17aeb00b..2b8b13fb 100644 --- a/doc/syntax_perl.qbk +++ b/doc/syntax_perl.qbk @@ -28,6 +28,8 @@ following special characters: [pre .\[{}()\\\*+?|^$] +Other characters are special only in certain situations - for example `]` is special only after an opening `[`. + [h4 Wildcard] The single character '.' when used outside of a character set will match