Search found 2 matches

by derkolarsky
Thu Jul 18, 2019 1:12 pm
Forum: Action Lists
Topic: Select spot color by regular expression
Replies: 3
Views: 6320

Re: Select spot color by regular expression

Okay… I've got some help and that's what worked perfectly as I wanted to:

Code: Select all

\b((L|l)ase.+|(P|p)ers.+)
So if this is maybe useful for one of you guys… :)
by derkolarsky
Thu Jul 18, 2019 8:28 am
Forum: Action Lists
Topic: Select spot color by regular expression
Replies: 3
Views: 6320

Select spot color by regular expression

Hello everyone… I'm new to this forum and hope to find some hints for daily problems that I can't solve by myself. Starting of with this problem: I want to create an action that selects spot color with names like "Laser", "Laser text", Lasertext" or "Personailzation&quo...