Participant
July 5, 2024
Question
Replace contractions using FindChangeByList
- July 5, 2024
- 4 replies
- 512 views
I'm trying to replace contractions in a book I'm editing using the FindChangeByList script. Replacing words like 'I am' to 'I'm', 'It is' to 'It's' etc.
I tried editing the txt file the script uses and adding the following command -
text {find what:"I am"} {change to:"I'm"} {include footnotes:true, include master pages:true, include hidden layers:true, whole word:false} Find all I am and replace with I'm.
But it isn't working. What am I doing wrong here? (Attaching a screenshot)
