Reply To: GREP Find space before one or more numbers

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Find space before one or more numbers / Reply To: GREP Find space before one or more numbers

#87316

No, it’s like learning how to play guitar. If you understand some concepts, you will be able to play your own songs.

\x20 is the unicode value for a space-character. It’s a way to make spaces visible in your code. You can check that, if you select a space and read the value in the Information-panel. This will show you ‘0x20’. So you could write \x{0x20} or in this case the shortcut \x20

This article was last modified on August 10, 2016

Comments (0)

Loading comments...