0

I have created a preg_match below with PHP Preg_match()

preg_match("/^[a-zA-Z -:]{5,15}$/")

according to my condition

  1. It should only contain Lower and upper case letters.
  2. Should not contain numbers.
  3. some special characters like (:,-)
  4. Allow space as well.

But my code is accepting numbers, #, comma(,) special characters.

Jasshh Andrews
  • 175
  • 1
  • 15

0 Answers0