Hi all,
I amm writing something using REGEX.
i need to match all <a href.....>XXXXXXXXXXXXX</a> where XXXXXXXXXXXXX do not contain </a> ,
that means to stop matching when the first </a> appears.
I tried a lot but till cannot make it, can anyone think of a solution?
Thank you guys!
I amm writing something using REGEX.
i need to match all <a href.....>XXXXXXXXXXXXX</a> where XXXXXXXXXXXXX do not contain </a> ,
that means to stop matching when the first </a> appears.
I tried a lot but till cannot make it, can anyone think of a solution?
Thank you guys!