String Transliteration



examples/strings/tr.cr
puts "abcdeabcde".tr("ab", "xy")

xycdexycde