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 1732366412
When you have nothing surprising to say, you should say nothing.
Home
Notebook
Contact us