Valid Username Regular Expression

  • + 0 comments

    Here is my Answer for the problem

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