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

#60194

Best I can think of is searching for a not-underlined space that has nothing left and right:

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

(with “Underline Off” in Search Formatting.)

  1. You can not use this in a GREP Style either, as it relies on the Underline Off attribute
  2. Watch out, as I suspect it may also find single spaces inside tables (those also don't have a not-underlined character to its left and right).

This article was last modified on August 2, 2011

Comments (0)

Loading comments...