What is the best way to perform an alphanumeric check on an INPUT field in JSP? I have attached my current code
INPUT
JSP
You can use this regex /^[a-z0-9]+$/i
/^[a-z0-9]+$/i