⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (122 Bytes)
Bug #250
» tr_sample1.9.rb
1.9 用 -
Anonymous, 07/09/2008 08:00 PM
# encoding: utf-8
str
=
"artGHIE2342"
str
=
str
.
tr
(
'a-zA-Z1-9'
,
'a-zA-Z1-9'
)
print
str
« Previous
1
2
Next »
(2-2/2)
Loading...