Reply To: Using GREP to create initial caps on bulleted lists

Home Page / Forums / General InDesign Topics (CLOSED) / Using GREP to create initial caps on bulleted lists / Reply To: Using GREP to create initial caps on bulleted lists

#64692
Justin Sligh
Member

John,

Interesting that the aforementioned Grep Style did not work for you.

Grep Style
(?<!)^
With an associated character style set to “All Caps”

This will look for a lower case letter that occurs at the beginning of a paragraph but not immediately after a forced line break.

It gave it a try and it works on my end. If you would like to provide a link to a sample indesign file, I can try to determine the problem.

In regard to your second question, I believe you need to use a second grep style.

Grep Style
(www|http)
With an associated character style with “Normal” set in regard to case.

This Grep style should be after the previous one we discussed.

Using these type Grep Styles we are capitalizing the first letter in each bullet and then the second style applies normal case to www and http.

This article was last modified on August 6, 2013

Comments (0)

Loading comments...