Answers for "typescript replace all characters between two single quotes"

0

javascript replace doublequote with empty string

const anyStr = 'Friend ... "OK" ... foo'
const formattedString = anyStr.replace(/["]/g, "\\"")
Posted by: Guest on June-19-2020

Code answers related to "typescript replace all characters between two single quotes"

Code answers related to "Javascript"

Browse Popular Code Answers by Language