Valid Username Regular Expression

  • + 0 comments
    public static final String regularExpression = "[A-Za-z]\\w{7,29}";