Help with GREP entry formatting in a Harbs script
I’m using InDesign CS5 and I’m sorry, I am ignorant of scripting and GREP. I’m hoping there is a quick, simple solution one of you can offer for my problem.
I am using a free script written by Harbs called ReplaceHyperlinkUrlValues.jsx to replace part of each URL hyperlink in an InDesign document to account for a move to a new server. The script presents just Find and Replace entry boxes. If I want to find …Server1… in each URL and replace it with …Server2…, I enter those terms and it works wonderfully (I have 700 URLs to change).
However, I need to replace …Server1\vol1… with just …Server2... This doesn’t work, presumably because there is a backslash character involved. Can you tell me how to enter the Find term?
(On searching the web, one tip I found was to enclose the find term in single quotes, but it didn’t work.)