sample.rb
str = "AIUEO" str[1..-1] # => "Iueo"
It was simple!
―――――――――――――――――――――――――― Quote source https://myridia.com/dev_posts/view/93 ――――――――――――――――――――――――――
Recommended Posts