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.
I Need a regular expression which accepts all types of characters (alphabets, numbers and
Share
Assuming that you use settings where the dot matches all characters. It’s really hard to be any more specific unless you mention which platform you’re using.