Project

General

Profile

Bug #250 » tr_sample.rb

1.8 用 (KCODE) - Anonymous, 07/09/2008 08:00 PM

 
#!/usr/local/bin/ruby
$KCODE='u'
require "jcode"
str="artGHIE2342"
str=str.tr('a-zA-Z1-9','a-zA-Z1-9')
print str
(1-1/2)