Hello Community,
I am using Proforma and the link to regex examples is leading to a 404 page.
So I require assistance (if possible) to translate a need to a pattern for regex.
User must enter the following into the field
two characters then a number between 100 to 200
Ex. IE100 or AB200
Thank you for your time in reading this
Thanks, and if i want to do the opposite affect.
Ex. if a user enters aa100 or aa200 then error out. Anything else is acceptable
OR
if count = 5 and ends in "100" or "200" then no
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you try this?
^[A-Z]{2}(?!(?:100|200)$){3}\d+
This will check and give error if the value is ending with 100 or 200.
Hope this helps.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can make garment pattern
The software name is Gerber Accumark
Vresion is 12.2.0.252
I am working as a pattern Maker in Bangladesh garment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.