I come from a PHP background. I just want to do a simple string replace.
I just want to replace any question marker with other character of '-'. in that "Material" string.
If I do
<%= Material %>
it will simple like write out "BBBB??AC".
I have no another access but just one .jsp file.
Is there another easy way i can do a string replace and print it out?