You searched for the word(s):
< 1 second(s)
-
Hello all,
I am new to regular expressions.
I want a regular expression which will allow only 10 characters in string.
It will not allow special characters (like comma, hyphen, asterisk, whitespace,....), numerals
Thanks in advance.
-
Hi,
I am new to regular expressions.
I am just exploring it.
I have to make a validation where user is allowed to enter nos. only between 0 to 50.
Please help me to solve this issue.
Thanks in advance.