Is there a way to restrict users from inputting special characters, numbers, and spaces only in the first place of a word using regex in HTML?
<label><span>Current Carrier</span></label>
<input name='Current Carrier' type='text' class='form-control' pattern='[a-zA-Z]+$' for Physical Address'/>