Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js replace quotes

mystring = mystring.replace(/["']/g, "");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #js #replace #quotes
ADD COMMENT
Topic
Name
2+2 =