Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
tr method from string : tr « String « Ruby
Ruby
String
tr
tr method from string
'LOWERCASE ALL VOWELS'
.tr(
'AEIOU'
,
'aeiou'
)
Related examples in the same category
1.
Translation from one set of characters to another