Update: This question is a near duplicate of this
I\'m sure the answer to my question is out there, but I couldn\'t find the words to express it suc
this regex works but with defined characters...
var input = "'Warehouse','Local Release','Local Release DA'"; var r =/'[\w\s]+'/gi; console.log(input.match(regex));