fucking Regular expresions question
Ok I am working in macromedia and I am using find and replace...
I need to find everything that starts with <BR> and ends with </A></FONT>
something like:
<BR>*</A></FONT>
so it should find matches like:
<BR>test word</A></FONT>
<BR>longer test word</A></FONT>
<BR>very long test word</A></FONT>
Can somebody show me the correct search querry?
Thanks
|