You are viewing a single comment's thread. Return to all comments →
Taking your remark, this works fine to me then :
String pattern = "^[[A-Z]|[a-z]][[A-Z]|[a-z]|\\d|[_]]{7,29}$";
Seems like cookies are disabled on this browser, please enable them to open this website
Valid Username Regular Expression
You are viewing a single comment's thread. Return to all comments →
Taking your remark, this works fine to me then :