We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Valid Username Regular Expression
Valid Username Regular Expression
Sort by
recency
|
481 Discussions
|
Please Login in order to post a comment
public static final String regularExpression = "^[a-zA-Z][\w]{7,29}$";
public static final String regularExpression = "^[a-zA-Z][a-zA-Z0-9_]{7,29}$";
import java.io.; import java.util.;
public class Solution {
}