You are viewing a single comment's thread. Return to all comments →
Here is my Answer for the problem
public static final String regularExpression = "[a-zA-Z][a-zA-Z0-9_]{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 →
Here is my Answer for the problem