Skip to navigation
How to remove first character of a string in ruby?
07.12.13
1. s = "Hello" 2 s = s[1..-1] output: ello
Reply
Anonymous
How to remove first character of a string in ruby?
1. s = "Hello" 2 s = s[1..-1] output: ello
07.12.13
Reply
Anonymous
Information Epoch 1736308105
Using text data files.
Home
Notebook
Contact us