Valid Username Regular Expression

  • + 0 comments

    public static final String regularExpression = "^[a-zA-Z][\w]{7,29}$";