

When i use the Regulator to create a regex it matches. my sample is
"http(.)+["]
It returns
"http://stockcharts.com/h-sc/ui?s=ACN.TO&id=p41804099534&a=81626743&listNum=30">
However when i use ruby, it returns
When i use ruby with syntax a.scan(/"http(.)+["]/)
It returns [["t"]]
can someone help determine what error i am doing