How do I split a string with multiple separators in JavaScript? I\'m trying to split on both commas and spaces but, AFAIK, JS\'s split function only supports one separator.
Not the best way but works to Split with Multiple and Different seperators/delimiters
html
Split with Multiple and Different seperators/delimiters
javascript