<HTML>
<HEAD>
<TITLE>[Q] Regex seems do not works as should be</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I trying to do some HTML parsing using examples on <a href="http://www.regular-expressions.info/examples.html,">http://www.regular-expressions.info/examples.html,</a> but gives me errors.<BR>
Also, using the single &lt;.*&gt; and <BR>
Transcript clear.<BR>
self regex: '&lt;.+&gt;' matchesDo: [: ea| Transcript show: ea ;cr. self halt] <BR>
Here self is a string and ea in Transcript &nbsp;show long lines and not the short ones Bbedit shows as Grep.<BR>
<BR>
Any clues ? Best examples i should look at ?<BR>
<BR>
Edgar</SPAN></FONT></FONT>
</BODY>
</HTML>