thanks that worked!<br><br><div><span class="gmail_quote">On 9/19/06, <b class="gmail_sendername">Charilaos Skiadas</b> <<a href="mailto:skiadas@hanover.edu">skiadas@hanover.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sep 20, 2006, at 1:40 AM, David Beckwith wrote:<br><br>> Hi,<br>><br>>  open("<a href="http://www.myspace.com/">http://www.myspace.com/</a>").read.match /<form action=\"(.*?)\"/<br><br>The problem is not that the escaped quotes are not treated properly,
<br>but that the regular expression is not recognized as such. A minor<br>bug in the bundle, that hopefully someone will be able to sort out<br>soon. For now, if you write it instead as:<br><br>open("<a href="http://www.myspace.com/">
http://www.myspace.com/</a>").read.match(/<form action=\"(.*?)\"/)<br><br>you should have no problems.<br><br>>   David :)<br><br>Haris<br><br><br><br>______________________________________________________________________
<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">
http://lists.macromates.com/mailman/listinfo/textmate</a><br></blockquote></div><br>