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

The username or password for the connection pool named |apex||, are invalid, expired, or the account is locked

Row Initialization event on the IG region (Set Default value for column of Row)- Oracle Apex