Reply To: GREPS: find a white space between digit and a letter

Home Page / Forums / General InDesign Topics (CLOSED) / GREPS: find a white space between digit and a letter / Reply To: GREPS: find a white space between digit and a letter

#68653
Masood Ahmad
Participant

Hi Azamat,

Please try the following using GREP Find/Change:

Find what:
(\d)\x{0020}([\u])

Change to:
$1$2

Where “\x{0020” is the unicode value for a normal space. If you want any space than use “” instead of “\x{0020}” without quotes.

Let me know if it solves your problem.

This article was last modified on May 27, 2014

Comments (0)

Loading comments...