Reply To: GREP f/c switch names and states

#66785
Erica Gamet
Keymaster

I adapted from another GREP search I have. This fits your example (actually, I made one Tom S. Jones to be sure an initial would work).
find:
^(\w+)([ \w.]+)?(\w+)?(,)( )(.+)
change to:
$6: $1$2$3
I don’t think I could make it group all New York listings together, for example.

This article was last modified on January 23, 2014

Comments (0)

Loading comments...