P
Peter Afonin
Hello,
I'm looking for a simple regular expression for the Regular Expression
validator that would allow any text, spaces and the line breaks and had a
minimum and maximum text length. Something like this one:
^([a-zA-z0-9\s]{8,64})$
This one doesn't allow line breaks and allows only alphanumeric characters.
For some reason I couldn't find it here: http://regexlib.com
I would appreciate your suggestions very much.
Thank you,
I'm looking for a simple regular expression for the Regular Expression
validator that would allow any text, spaces and the line breaks and had a
minimum and maximum text length. Something like this one:
^([a-zA-z0-9\s]{8,64})$
This one doesn't allow line breaks and allows only alphanumeric characters.
For some reason I couldn't find it here: http://regexlib.com
I would appreciate your suggestions very much.
Thank you,