in reply to Re: regex: something...(!something)...something
in thread regex: something...(!something)...something
Yes! Thank you! It is what I wanted so much :) *I corrected your code a bit, and it seems to work well*$text =~ s/(<td>)((?:(?!<td>).)*)3((?:(?!<\/td>).)*)/<td>$1$2a$3/;
|
|---|