#1821: pdd28 mentions String.reverse, but it's not implemented
--------------------+-------------------------------------------------------
 Reporter:  moritz  |       Owner:       
     Type:  todo    |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  core    |     Version:  2.8.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
 pdd28 says

 {{{
 =item reverse

 Reverse a string, one grapheme at a time. {{ NOTE: Currently only works
 for
 ASCII strings, because it reverses one C<char> at a time. }}
 }}}

 but neither t/pmc/string.t nor src/pmc/string.pmc mention such a method.

 Having it implemented (and preferably with proper Unicode support) would
 help Rakudo to get a more efficient Str.flip implementation

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1821>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to