Search found 4 matches

by amster
Tue Jun 16, 2015 6:24 pm
Forum: Regular Expressions Help
Topic: search, find duplicate and number
Replies: 1
Views: 12012

search, find duplicate and number

This is the last one from me. but imagine a document has three instances of: Wednesday,17 June 2015 Wednesday,17 June 2015 Wednesday,17 June 2015 Is there any way to search it, and then number those 1., 2., 3., So we end up with: 1. Wednesday,17 June 2015 2. Wednesday,17 June 2015 3. Wednesday,17 Ju...
by amster
Thu Apr 30, 2015 3:25 pm
Forum: Regular Expressions Help
Topic: need to delete 50 linefeeds in a row..
Replies: 4
Views: 17771

Re: need to delete 50 linefeeds in a row..

Hi there. Thanks for the response. Yes I have seen that feature.

But I do not want to get rid of the rest of the whitespace... I want to just find the sections where I have big breaks of like 20, 30, 40, 50 lines of linefeed.

Please help!
by amster
Thu Apr 30, 2015 1:22 am
Forum: Regular Expressions Help
Topic: need to delete 50 linefeeds in a row..
Replies: 4
Views: 17771

need to delete 50 linefeeds in a row..

I have text output... and then its separated by 50 line feeds or carriage returns.... (not sure which or if there is a difference!) and then there's more text... and then 50 line feeds again.....


Please can someone help me accomplish this?

Thanks in advance.