in reply to Re^2: regex: something...(!something)...something
in thread regex: something...(!something)...something

are there any ideas?
Yes, consider abandoning a regex approach, and select an appropriate CPAN solution for parsing HTML. I have used HTML::TokeParser, although I am not experienced enough with it to know if it will solve your problem.
  • Comment on Re^3: regex: something...(!something)...something

Replies are listed 'Best First'.
Re^4: regex: something...(!something)...something
by aaaone (Initiate) on Jul 17, 2008 at 17:53 UTC
    you see, I met such problem not with html only... this is a general question. I'm pretty sure there must exist some regex to solve the problem, but my knowledge is too small. But, nevertheless, thanks)

    Maybe, someone other knows any regex solutions?