Regular expression for "item color"

Discussion, questions and support.
Post Reply
Message
Author
cip60ckby9v6e4syst
Posts: 13
Joined: 14.10.2021, 10:31

Regular expression for "item color"

#1 Post by cip60ckby9v6e4syst » 26.02.2023, 05:48

How should I write the regular expression if the file name contains [1]?

file type color:
file name [1].jpg
===
*[1]*.jpg (not match) Anything with a 1 in the file name will be processed.
*/[1/]*.jpg (not match)
.*\[1\]\.jpg (not match)


file name (1).jpg
===
*(1)*.jpg (match!)

cip60ckby9v6e4syst
Posts: 13
Joined: 14.10.2021, 10:31

Re: Regular expression for "item color"

#2 Post by cip60ckby9v6e4syst » 28.02.2023, 13:59

solved.

It can be achieved by defining with Define Filter and then selecting with item color.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 32 guests