Explain what happend in the statement?

Viewed 19

Explain what happend in the statement?

class UsernameValidator {
    static{
        regularExpression="[a-zA-Z]{1}[\\w]{7,29}";
    }
    public static final String regularExpression;
}
0 Answers
Related