Closed pfrazee closed 5 years ago
Adds regex pattern of ^[A-Za-z][A-Za-z0-9-_?]*$
^[A-Za-z][A-Za-z0-9-_?]*$
Alpha-numeric plus -, _, and ?. Spaces are not allowed.
-
_
?
Adds regex pattern of
^[A-Za-z][A-Za-z0-9-_?]*$
Alpha-numeric plus
-
,_
, and?
. Spaces are not allowed.