/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// check normal variable name if (!variableName.matches("^[a-zA-Z][a-zA-Z0-9]*?$")) { return variableName; }