Back

If your email is not recognized and you believe it should be, please contact us.

  • You must be logged in to reply to this topic.Login

FindChangeByList script

Return to Member Forum

  • Author
    Posts
    • #63582
      artstar
      Participant

      I am doing multiple find/replace with the FindChangeByList script.

      How can I search “Any character that is not a word character” or at least the “quotes”

      I am doing a lot of search replace with the FindChangeByList script, but a word with “quotes” doesn't work, for example I want to put “design” of the word indesign between qoutes:
      text {findWhat:”indesignsecrects”} {changeTo:”in”design”secrets”}

      Probably because it gets confused with the other quotes.

    • #63599

      try this:

      text {findWhat:”indesign”} {changeTo:”in^{design^}”}

      there is a key script which makes using the findchangebylist.jsx invaluable, and it is called recordfindchange.jsx – simply make the search query in the find/change dialog box and then run the script, and hey presto, a text-file pops up with the find/change string ready to pop into the findchangelist.txt file.

      download it at https://creativepro.com/dow…..S5.jsx.zip

      that is how I generated the string which returned the correct answer when I tried to do this in indesign.

    • #63607
      artstar
      Participant

      thanks so much, it works great!

      btw I tried the recordfindchange.jsx script and by a straight qoute it gives me:

      {changeTo:”in”design”secrets”}

      thanks again

Viewing 2 reply threads
  • You must be logged in to reply to this topic.
Forum Ads