Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 356 Bytes

File metadata and controls

9 lines (6 loc) · 356 Bytes

Write a simple regex to validate a username. Allowed characters are:

  • lowercase letters,
  • numbers,
  • underscore

Length should be between 4 and 16 characters (both included).