hi christian
if you insetad of (?!.?*<\/script>) really meant:

(?!.*?<\/script>)

that does not help though i donīt see why ...

thanks anyway
allan




> I think you should make the look ahead less greedy like
> (?!.?*<\/script>)
> or it will keep on til the last </script>...

Reply via email to