str[-100..-1]
=> nil
Cheers,
Bob
···
On 13-Jun-07, at 10:15 AM, bbiker wrote:
irb(main):001:0> str = "now is the"
=> "now is the"
irb(main):002:0> str[-10..-1]
=> "now is the"So I really see no need for a special method to obtain the last x
bytes of a string.
----
Bob Hutchison -- tumblelog at <http://www.recursive.ca/so/>
Recursive Design Inc. -- weblog at <http://www.recursive.ca/
-- works at <http://www.recursive.ca/>