Reply To: Script to insert grep style in all Paragraph styles

#60852

Don't use Notepad to save scripts — use ExtendScript Toolkit instead.

Use this grep-expression in the script then:

grepStyle.grepExpression = “Figuresd+.d+”;

which means word 'Figure' followed by a space, one ore more digit, a period and one ore more digit.

This article was last modified on October 20, 2011

Comments (0)

Loading comments...