Closed GoogleCodeExporter closed 8 years ago
puts 'aB'.gsub(/([A-Z]+)/) { $1.downcase } Should print "ab", but just print "b".
Original issue reported on code.google.com by sanxiyn on 24 Sep 2007 at 2:30
sanxiyn
Fix + test attached.
Original comment by sason...@gmail.com on 27 Sep 2007 at 6:27
sason...@gmail.com
Attachments:
Original comment by sason...@gmail.com on 29 Sep 2007 at 5:43
Original issue reported on code.google.com by
sanxiyn
on 24 Sep 2007 at 2:30