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).
Write a simple regex to validate a username. Allowed characters are:
Length should be between 4 and 16 characters (both included).