Answers for "replace quotes to single quote from strings javascript"

0

js replace quotes

mystring = mystring.replace(/["']/g, "");
Posted by: Guest on December-06-2020

Code answers related to "replace quotes to single quote from strings javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language