DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
how to remove quotes using regex
var someStr = 'He said "Hello, my name is Foo"'; console.log(someStr.replace(/['"]+/g, ''));
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#remove
#quotes
#regex
ADD COMMENT
Topic
COMMENT
Name
6+3 =
Submit