Hi,
I need to put validation for two fields in below formats.
1. P (upper case).7 digits the user provided input should have first letter as capital P dot with 7 digits
2. P (upper case).7 digits.2 digits the user provided input should have first letter as capital P dot with 7 digits and dot with 2 digits
Kindly suggest on this
Discussion posts and replies are publicly visible
I would suggest using a regex function that comes with the regular expressions plugin.
community.appian.com/.../regular-expression-functions
Take a look at ChatGPT for generating a regex that works for you.