Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Username Patterns

Only letters (either case), numbers, hyphens, underscores, and periods. (Not the slash character, that is being used to escape the period.) The username must start with a letter and must be between 1 and 20 characters long (inclusive).  [a-zA-Z][a-zA-Z0-9-_.]{1,20} 
Source by html.com #
 
PREVIOUS NEXT
Tagged: #Username #Patterns
ADD COMMENT
Topic
Name
6+8 =