By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Open the Tcmd/TCC Help fileI know TCC/TCMD has a regex analysier / tester - but any documentation on constructing one?
Also thank you very much @samintz
\w\.jpg(?i:MA)\d{8}_\d{3}\.\d{3}
\w\.jpg(?i)MA\d{8}_\d{3}\.\d{3}
\w\.jpg(?i)MA(?-i)\d{8}_\d{3}\.\d{3}
The way the Regex is currently written means MA is uppercase.Looking over the CHM reg exp help - I don't see a way to test if the MA are both uppercase?
"REGEX at the prompt" ... ?But if you want to play with regular expressions use the regex dialog. Ctrl+F7 or REGEX at the prompt.
View attachment 1583