Get substring from a string object
string = 'My first string' # => "My first string" string[3, 5] # => "first"