Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- December 21, 2012 at 9:45 am #10678jugaorParticipant
Hi!
I have a very specific need with (x)html files… I want to replace every start of line betweenblocks, to exclude’em from the next operations.I tried
Search line:n]*>s*)([^>n]*>[^n]+?
s*)+
Replace:
2 = every line, starting with But after the ‘Replace All’ operation, EM lets the block with only the last line (starting with ###)…
Is there any way to do this?Thanks in advance,
December 27, 2012 at 2:17 am #10687jugaorParticipantI found that by changing the Search line to:
n]*>s*)(([^>n]*>[^n]+?
s*)+)
EM doesn’t lose any text, but only places the replacement ### at the first line …
Any ideas, please?
December 27, 2012 at 10:00 pm #10689Yutaka EmuraKeymasterHello jugaor,
I am not sure what you would like to do. Can you please write a sample file so that we can figure out.
Thank you!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)- You must be logged in to reply to this topic.