I suspect that this may have been covered in some form before but I can't find it...
Is there any way to search a file for text that may span multiple lines but always begins and ends with the same characters. Something like
Node:<A name=Introduction>Introduction</A>, Next:<A
href="#A%20Few%20Terms" rel=next>A
Few Terms</A>, Previous:<A
href="#Top" rel=previous>Top</A>,
Up:<A href="#Top" rel=up>Top</A>
Is there some wizard way to create a regular expression that will accomodate the line spanning between 'Node:' & 'Top</A>'.
Multi-line search and replace
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Roy Beatty
Re: Multi-line search and replace
See http://www.textpad.com/forum/read.php?f=1&i=1750&t=1737
And unfortunately there are is no regex wizard, just wizardry.
And unfortunately there are is no regex wizard, just wizardry.