X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlretut.pod;h=66f8179ab65d3b56af7f83fcdda817ee808d066d;hb=aaa68c4a88ea4a62f62819baf4cacc0ca679c5fa;hp=5ff4298012c041828ca49f1b79bc9bf3ca8c2f53;hpb=a6b2f353992254a6ec5c40c60b053f7a6817c8e4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlretut.pod b/pod/perlretut.pod index 5ff4298..66f8179 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -344,7 +344,7 @@ become the svelte C<[0-9]> and C<[a-z]>. Some examples are /[0-9bx-z]aa/; # matches '0aa', ..., '9aa', # 'baa', 'xaa', 'yaa', or 'zaa' /[0-9a-fA-F]/; # matches a hexadecimal digit - /[0-9a-zA-Z_]/; # matches an alphanumeric character, + /[0-9a-zA-Z_]/; # matches a "word" character, # like those in a perl variable name If C<'-'> is the first or last character in a character class, it is