Reply To: Styling an * inside a table with GREP? Or nested styles?

Home Page / Forums / General InDesign Topics (CLOSED) / Styling an * inside a table with GREP? Or nested styles? / Reply To: Styling an * inside a table with GREP? Or nested styles?

#14346767
David Blatner
Keymaster

Ah! OK, that sounds good.
The grep code \* will search for all asterisks.
The grep code (?<=\d)\* will search for "all asterisks that immediately follow a digit"
The code \d+\K\* will search for "all asterisks that follow a slash followed by one or more digits"
Here is one challenge, though: If you have fractions that can cause problems. For example, these codes do not know the difference between 1/2 and 9/11.

This article was last modified on August 31, 2021

Comments (0)

Loading comments...