サクサク読めて、アプリ限定の機能も多数!
]i.to_i if i.match(/^\d+$/)
kiyo_hiko のブックマーク 2015/11/11 11:39
Safe integer parsing in Ruby[ruby][parse][int]]i.to_i if i.match(/^\d+$/)2015/11/11 11:39
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2015/11/11
I have a string, say '123', and I want to convert it to the integer 123. I know you can simply do some_string.to_i, but that converts 'lolipops' to 0, which is not the effect I have in mind. I want...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
]i.to_i if i.match(/^\d+$/)
kiyo_hiko のブックマーク 2015/11/11 11:39
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Safe integer parsing in Ruby
stackoverflow.com2015/11/11
I have a string, say '123', and I want to convert it to the integer 123. I know you can simply do some_string.to_i, but that converts 'lolipops' to 0, which is not the effect I have in mind. I want...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /