Reply To: GREP, the need to select non-styled spaces in-between a character style

Home Page / Forums / General InDesign Topics (CLOSED) / GREP, the need to select non-styled spaces in-between a character style / Reply To: GREP, the need to select non-styled spaces in-between a character style

#60196

Thanks, needed a little modification:

The underlined must be a character style. otherwise, since there isn't a NOT function in the find/change dialogue

(?s)(?<!.) (?!.)

1) I changed the space to “s”

2) In the find i set it to “[None]”, since this finds text that does not have a specifeid caracter format.

3) In the change format chage to the underlined Character style.

This article was last modified on August 2, 2011

Comments (0)

Loading comments...