[perl #120753] Singletons ignored in regex character classes

2014-01-14 Thread Will Coleda via RT
On Tue Dec 10 17:12:55 2013, m...@kli.org wrote: > When singletons are used alongside ranges in character classes in > regexes, the > singletons seem to be ignored: > > "Z" ~~ /<[A..MZ]>/ returns Nil; it should match. It does not matter if > the > range is first or second, and "Z"~~/<[A..M Z..Z]>/

[perl #120753] Singletons ignored in regex character classes

2013-12-10 Thread Mark E. Shoulson
# New Ticket Created by "Mark E. Shoulson" # Please include the string: [perl #120753] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120753 > When singletons are used alongside ranges in character classes in regexes, the sin