You are viewing a single comment's thread. Return to all comments →
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
I agree to HackerRank's Terms of Service and Privacy Policy.
Valid Username Regular Expression
You are viewing a single comment's thread. Return to all comments →
public static final String regularExpression = "^[a-zA-Z][a-zA-Z0-9_]{7,29}$";