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>...
- [MacPerl-AnyPerl] negative lookahead problem allan
- Re: [MacPerl-AnyPerl] negative lookahead problem Christian Huldt
- allan