I have a string value in a javascript function , as ' var a=abcd?' . I want to remove the '?' char which is at the end of the string. I tried with a.replace(/?/g,''); but it gives a error when loading the page. how can i do this.
remove '?' from a string
Collapse
X
Comment