Forum Discussion
Noone_Important
Aug 03, 2023Copper Contributor
How to remove capital C when followed by a space then return
In a document I am working on, it was OCR'd from a very large document (9,000 pages) that was previously in files with holes punched into each page. Often during the OCR the holes were coming up a...
Aug 03, 2023
Noone_Important For the UpperCase C followed by a space and a Pilcrow (ΒΆ) use Find and Replace to search for
C ^p
and replace it with nothing.
For the unwanted empty paragraphs, search for
^p^p
and replace it with
^p
- Noone_ImportantAug 03, 2023Copper ContributorThanks so much. That worked perfectly. Given you seem to be the bulk-replace guru, here is a tougher one.
I want to add in a Next Page Section Break everytime in the document it has "/86" without the quotes. This is because the final part of each page is a day in 1986 (written in the text as "xx/xx/86", and I want a next page section break added in there.
Word doesn't seem to allow me to do this using special characters.
Can it be done?