Reply To: GREP find/replace: change string of tabs to special characters

Home Page / Forums / General InDesign Topics (CLOSED) / GREP find/replace: change string of tabs to special characters / Reply To: GREP find/replace: change string of tabs to special characters

#14365918
Dhafir Photo
Participant

The of InDesign GREP forum is “The Treasure of GREP” group:
https://www.facebook.com/groups/TreasuresofGrep

About your question you can use this to achieve that:

in Find: ^.+?\K(.+?)(.+?)(.+?)(?=.+$)
in Change: $1$2~y$3

This article was last modified on May 18, 2022

Comments (0)

Loading comments...