/ Published in: Java
Expand |
Embed | Plain Text
// check normal variable name if (!variableName.matches("^[a-zA-Z][a-zA-Z0-9]*?$")) { return variableName; }
You need to login to post a comment.
// check normal variable name if (!variableName.matches("^[a-zA-Z][a-zA-Z0-9]*?$")) { return variableName; }
You need to login to post a comment.