From: junkone1@... Date: 2006-08-07T08:45:10+09:00 Subject: Issue with regex I have a string Default
SharpChartGallery PageP&F Chart 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