Hi! i am trying to print this statement out to a webpage. out.println(" var filterOut1=/\D/;");
I want it to appear exaclty as is on the webpage. Unfortuntely I am getting the following error message: Invalid string literal, cannot contain character '\?'
Any thoughts?
Thanks, Ronald Whalen
Beksy Kurian
Ranch Hand
Joined: Jul 11, 2001
Posts: 254
posted
0
Try this out.println(" var filterOut1=/\\D/;"); Regards Beksy