Hallo,
I want to conduct a condition of comparing a given sting to match a patter:
<exact 4 random digits></><exact 2 random digits> using a regex string:
\d{4}\/\d{2}.
F.i. string 2024/01 should be OK, but 202/01 or 2024/014 or 20243x/01 wouldn’t.
Using FIND action or REGEX tools doesn’t work as expected, any clues?