SyntaxFix
Write A Post
Hire A Developer
Questions
This is the best way I found, to strip double quotes from the beginning and end of a string.
someString.replace (/(^")|("$)/g, '')