Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列の最後で終わる部分文字列を取得するためのPythonのメソッドに相当するRubyはありstr[3:]ますか?文字列の長さを入力する必要があるのは便利ではありません。
str[3:]
最後の要素 = -1 の範囲を渡す
str[3..-1]