文字列と正規表現がマッチするか検証
Top > Ruby [2.2.2] > =~
p "acha123" =~ /ch/ # 1 p "porute456" =~ /[0-9]+/ # 6 p "piipo789" =~ /o.*9$/ # 4