Dear tbudl, I want to extract one HTML string naving particular color. How can i do this?
Problem is, that this RegEx stops on *last* "</P>" sequence, not on first. And this RegEx gives all text within first "000080" and last "</P>". ,----- [ ] | %SETPATTREGEXP='(000080)(.*s?)(</P>)'%REGEXPBLINDMATCH='%COMMENT'%SUBPATT='2' `----- But I need text *between* "000080" and first "</P>" after "000080"! -- Best regards, Sergey Uvarov mailto:[EMAIL PROTECTED] TheBat version :1.62/Beta1, Running at NT 5.0, Build 2195 Service Pack 2. ________________________________________________________ Current version is 1.61 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

