How can I get a substring from position N to the last char in Ruby? May 11, 2023 by Tarik Just slice the string like: string[N..-1]