Reply To: Simple GREP help needed – Style first Word in Paragraph

#76878

Hi, the problem with this question is: What is the first word?

What about: New York, The White House, Water-polo, …

So, I prefer to use a grep style keeping the possibility to manually insert a non-joiner to include this kind of complex word.

^.+~j|[\w-]+

;-)

This article was last modified on July 25, 2015

Comments (0)

Loading comments...