Reply To: Stripping out the initial common numbers

#97898
Masood Ahmad
Participant

I came up with this code, but it removes the duplicate initial numbers from the second group only.

GREP Find/Change:
Find What: (\d\d\d)(\d\d\d), \1
Change to: $1$2,

…I’ll try more

This article was last modified on September 8, 2017

Comments (0)

Loading comments...