• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

There is no such script that can call multiple regular expressions

Enthusiast ,
Feb 25, 2017 Feb 25, 2017

Copy link to clipboard

Copied

There is no such script that can call multiple regular expressions

That is, I hope to perform multiple regularities at the same time

I can increase the need to call the regular

Thank you very much~~~

TOPICS
Scripting

Views

973

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 26, 2017 Feb 26, 2017

Copy link to clipboard

Copied

Hi,

Be more explicit! 

(^/)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Feb 26, 2017 Feb 26, 2017

Copy link to clipboard

Copied

The FindChangeByList script is preinstalled in InDesign. It works with the current document.

If you need to run it against multiple files, here I wrote the version which can be used in the batch processor.

— Kas

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Feb 27, 2017 Feb 27, 2017

Copy link to clipboard

Copied

Hi~Kasyan Servetsky

Thank you

Maybe I did not express it clearly.

I mean: a script calls a number of regular, and just to be easy to modify, and to see regular.

Also, the script (BatchFindChangeByList.jsx) is wrong?

6686666.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Feb 27, 2017 Feb 27, 2017

Copy link to clipboard

Copied

I must have misunderstood your question. Did you mean 'regular expressions' (GREP) or something else?

If the former, the scripts I mentioned allow you to run a number of find-change regular expressions in one go, and you can easily see and edit them in the FindChangeList.txt file.

27-02-2017 14-52-49.png

BatchFindChangeByList.jsx is intended for the batch processor only. It can't be used as a stand alone script as it is. (Read the description)

— Kas

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 08, 2017 Mar 08, 2017

Copy link to clipboard

Copied

I mean just like this:

Run a script, A panel appears.It calls multiple regular expressions while running.

In this panel you can set a number of regular (like Figure A, Figure B ... Figure C ...), an option can be set to 1 2 3 4 and 5 several options.

I Can be free to increase or decrease the regular expression in the panel.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Mar 09, 2017 Mar 09, 2017

Copy link to clipboard

Copied

LATEST

Check out the Multi-find/change script.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines