Valid Username Regular Expression

  • + 0 comments

    Just update the 'regularExpression' with the following expression:

    public static final String regularExpression ="[a-zA-Z][a-zA-Z0-9_]{7,29}";

    `