G
Guest
Hi,
I have this regex
^[a-zA-Z] + (([\'\,\.\-][a-zA-Z])?[a-zA-Z]*)*$
How can I get it to check the length of the string up to 25 characters? so
that any string more than 25 characters will not be matched.
Thanks
I have this regex
^[a-zA-Z] + (([\'\,\.\-][a-zA-Z])?[a-zA-Z]*)*$
How can I get it to check the length of the string up to 25 characters? so
that any string more than 25 characters will not be matched.
Thanks