Answers for "add validation to not allow space in the first position"

0

add validation to not allow space in the first position

<div>Username:</div>
<input type="text" pattern="^[a-zA-Z][\sa-zA-Z]*" title="Can use upper and lower letters, and spaces but must not start with a space" />
Posted by: Guest on October-06-2020

Code answers related to "add validation to not allow space in the first position"

Browse Popular Code Answers by Language