[perl #79366] [TODO] Implement regex support in .trans in Rakudo
Hello, This works in current rakudo and has tests in S05-transliteration/trans.t. I think this can be marked as resolved. Cheers, Fitz Elliott
[perl #79366] [TODO] Implement regex support in .trans in Rakudo
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #79366] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=79366 > rakudo: say "_block".trans(/foo/ => "bar") rakudo 015d77: OUTPUT«barbar» how barbari