Regular expression with no maximum limit
Posted
by KhanS
on Stack Overflow
See other posts from Stack Overflow
or by KhanS
Published on 2010-06-05T15:06:40Z
Indexed on
2010/06/05
15:12 UTC
Read the original article
Hit count: 180
regex
I Need a regular expression which accepts all types of characters (alphabets, numbers and all special characters), and miniumum number of characters should be 15 and no limit for maximum characters.
© Stack Overflow or respective owner