String Ruby

opening = "this is a test\nthis is a test,\n"
puts opening.grep(/t(h|i)s/)