Skip to main content
parichayjana
Participant
June 18, 2015
Question

Swapping letters by FindChangeByList script in Adobe Indesign

  • June 18, 2015
  • 1 reply
  • 213 views

I am using Indesign CS6 and want to add a line in the FindChangeList.txt such that it finds out some specific character (say X) and send it behind the very next character (say A). So if it was XA, it want it to get changed to AX. Similarly occurrences like XB, XC, XD changes to BX, CX, DX... 

This topic has been closed for replies.

1 reply

Legend
June 18, 2015

Add the below line in "FindChangeList.txt":

grep     {findWhat:"(X)(.)"}     {changeTo:"$2$1"}     {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}