Valid Username Regular Expression

  • + 0 comments

    public static final String regularExpression = "^[^\\W_\\d][\\w]{7,29}$";