Hi All,
Is there any regular expression so that i can find or grep the following
i.e., i want to find or grep <tenor>........</tenor> in between this there can many number of <absatz> tag
I want an expression to define the matter in between the "tenor" tag.
I dont want to create a macro using extended selection because there is around one lakh files.
<tenor>
<absatz>Die Rechtsbeschwerde des Gesamtbetriebsrates gegen den Beschluß des Landesarbeitsgerichts Düsseldorf vom 16. Dezember 1996 -; 18 TaBV 75/96 -; wird zurückgewiesen, und zwar mit der Maßgabe, daß der Antrag als unzulässig verworfen wird.</absatz>
<absatz>Von Rechts wegen!</absatz>
</tenor>
I dont want to do any changes to the data...
Please help me in this...
Regards
Prashob
How to find or grep multiple lines
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2461
- Joined: Sun Mar 02, 2003 9:22 pm
Unfortunately, TextPad's regular expression engine is incapable of matching text containing an arbitrary number of newlines.
But you can do it with WildEdit (http://www.textpad.com/products/wildedit/), which is designed "to make the same changes to a set of text files in a folder hierarchy", and uses a far more powerful regular expression engine than TextPad.
What exactly do you want to achieve?
Thank you for introducing me to the word lakh (http://en.wikipedia.org/wiki/Lakh).
But you can do it with WildEdit (http://www.textpad.com/products/wildedit/), which is designed "to make the same changes to a set of text files in a folder hierarchy", and uses a far more powerful regular expression engine than TextPad.
What exactly do you want to achieve?
Thank you for introducing me to the word lakh (http://en.wikipedia.org/wiki/Lakh).