Reply To: What's the best steps to chain GREP querries?

#63307
Chuck Nigash
Member

Theunis, guess what? Last night, compiling the GREP lines from Record/FindChange CS3-CS5 I found the error that was keeping the code from running. When you run a Find/Change, then run the Record script, look at the string and see that it captures it consistently like this.

Example:

grep {, findWhat:”~_~_~_r”} {, changeTo:”~>”}

What has been hanging me up is the comma and space following the bracket. Once I cleaned that, the recorded string ran perfectly with FindChangeByList.

Corrected:

grep {findWhat:”~_~_~_r”} {changeTo:”~>”}

Hope this helps anyone who toys with this in the future. Great to have threads that end in happiness. :-)

This article was last modified on October 6, 2012

Comments (0)

Loading comments...