Reply To: TOC issues

#85277
Ari Singer
Member

Until you figure it out (if it’s possible, because I’m afraid this how a TOC works) you can try to use the following GREP Find/Search to fix it:

Find What: (.+)(\r)(\d+?)(.+)

Change To:$3$4, $1

What it says is this: “Find any amount of text, followed by a carriage return. Then the next line starts with a digit or more, followed by a tab, then any amount of text”. It then changes around the order of things, removes a return and adds a comma.

This article was last modified on May 29, 2016

Comments (0)

Loading comments...