String Ruby

phone = "(555)123-4567"
phone.grep(/[\(\d+\)]?\d+-\d+/) # => ["(555)123-4567"]