You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
String#succ 田中 哲 [email protected] 産業技術総合研究所 / FSIJ 2008-06-22 String#succ ● "a".succ #=> "b" ● "z".succ #=> "aa" ● "ko1".succ #=> "ko2" ● "ko9".succ #=> "kp0" ● s = "ko1"; 381.times { s.succ! } p s #=> "ma2" ● s = "matz"; 166760647.times { s.succ! } p s #=> "nakada" M17N ● "あ".succ #=> "ぃ" # EUC-JP ● "元".succ #=> "原" # EUC-JP ● "元".succ #=> "兄" # UTF-8 ● s = "ささだ"; 1674553600.times { s.succ! } p s #=
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く