I try to create a Perl regexp search to allocate the spots in files that contain a line with the string
- Code: Select all
".ObjekteListe().Rows"
that is NOT followed by
- Code: Select all
"obj.ObjektFuerBesicherung"
anywhere in the next 10 lines.
Can this be done with one regexp? Or do I need to write a fat macro?
Thanks for any tips.
Bego

