Reply To: Using GREP to Remove Unwanted Data from line …

Home Page / Forums / General InDesign Topics (CLOSED) / Using GREP to Remove Unwanted Data from line … / Reply To: Using GREP to Remove Unwanted Data from line …

#60888

Uh, so you want to delete all number combinations except when they contain an '8', right? Then the simplest solution is not to use d to search for all digits but make a set of your own:

t*b1?[0-79]-1?[0-79]b[ t]*

This article was last modified on October 23, 2011

Comments (0)

Loading comments...