F
francan
I am trying to use a regular expression in EL and its not working:
<c:set var="info" value="joe2222" />
Here are results = ${fn:replace(info,'\d+','')}<br><br>
Error message:
org.apache.jasper.JasperException: An exception occurred processing
JSP page /jsp/reg.jsp at line 14
Please advise.
<c:set var="info" value="joe2222" />
Here are results = ${fn:replace(info,'\d+','')}<br><br>
Error message:
org.apache.jasper.JasperException: An exception occurred processing
JSP page /jsp/reg.jsp at line 14
Please advise.