In Google Docs I need to string replace a pattern ($$$newpage) with a page break. Is this possible with standard page search? Or do I need to do it programmatically?
Asked
Active
Viewed 1,554 times
5
-
4You can *find* a page break with regex -- use \x0C. But it doesn't seem to let you use it as the replace text. – Abacus Nov 08 '17 at 17:02