replace double quotes of string with single one nodejs code example Example: js replace quotes mystring = mystring.replace(/["']/g, "");