Search found 1 match
- Wed Sep 10, 2008 2:54 pm
- Forum: General
- Topic: Finding Text between multiple lines and within Desired Text
- Replies: 7
- Views: 1058
Finding Text between multiple lines and within Desired Text
I apologize if this is somewhere within the 500 pages of the Forum, but.. I have this sample text: @HEADER From : Dr. AM Editor-in-Chief Email: am@abc.org @HEADER-END **end sample text** I want to Find all text between @HEADER and @HEADER-END, inclusive. I tried: @HEADER\n[.*\n]*@HEADER-END$ I am ...