From: Karl Williamson Date: Thu, 25 Feb 2010 19:49:31 +0000 (-0700) Subject: Clarify perlrebackslash.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa8466b4c60103fc7dfc6fc7ad468fd11787e901;p=p5sagit%2Fp5-mst-13.2.git Clarify perlrebackslash.pod --- diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index b428bbe..f3710e9 100644 --- a/pod/perlrebackslash.pod +++ b/pod/perlrebackslash.pod @@ -185,9 +185,9 @@ form only, subject to change, and you should not try to use it yourself.) Mnemonic: Iamed character. -Note that a character that is expressed as a named character is considered -as a character without special meaning by the regex engine, and will match -"as is". +Note that a character that is expressed as a named or numbered character is +considered as a character without special meaning by the regex engine, and will +match "as is". =head4 Example