SyntaxFix
Write A Post
Hire A Developer
Questions
I think a regex is a little bit of an overkill in this situation. If you just want to remove all the quotes in your string I would use this code:
details = details.replace("\"", "");