how to convert double inverted commas to single inverted commas in Javascript



newTemp = mystring.replace(/"/g, "'");


or


newTemp = mystring.replace(/"/g, '\'');

Comments

Popular posts from this blog

Telegram Integration with Oracle

WhatsApp Integration with Oracle APEX

How to Integrate Stripe Payment with Oracle APEX