You are viewing a single comment's thread. Return to all comments →
Just update the 'regularExpression' with the following expression:
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 →
Just update the 'regularExpression' with the following expression:
public static final String regularExpression ="[a-zA-Z][a-zA-Z0-9_]{7,29}";
`