Ruby/String/tr s
Материал из Wiki.crossplatform.ru
Версия от 17:56, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Translate and strip
puts "bead".tr_s("aeiou", " ") # => "b d": convert and remove duplicates
Личные инструменты |
ПросмотрыRuby/String/tr sМатериал из Wiki.crossplatform.ruВерсия от 17:56, 13 сентября 2010; ViGOur (Обсуждение | вклад)
Translate and stripputs "bead".tr_s("aeiou", " ") # => "b d": convert and remove duplicates |