String Ruby

s = 'My kingdom for a string!'
s[/.ing/]                           # => "king"
s[/str.*/]                          # => "string!"