Hi all,
I use the expression [A-Z0-9.'`\s]{1,16},
To validate entry into a textbox
This can't be empty so use 1,16 ie at least 1 char entered and Must be CAPS
But I want to change the expression to check for EXACTLY 16 Characters..No More..No Less.
What should I change the expression too?
Thx,
Ray..