# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #62804]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62804 >


Perl 6 regexes should support \c for a named (or decimal) character, and
\C to match everything except that character. That's hidden in
S02/Literals/ (not S05...)

"(Within a regex you may also use \C to match a character that is not
the specified character.)"

Plenty of tests are in t/spec/S05-mass/named-chars.t

Cheers,
Moritz

-- 
Moritz Lenz
http://perlgeek.de/ |  http://perl-6.de/ | http://sudokugarden.de/

Reply via email to