Skip to content

Instantly share code, notes, and snippets.

@mohayonao
Created November 10, 2015 21:07
Show Gist options
  • Select an option

  • Save mohayonao/99fde01682fe28850be3 to your computer and use it in GitHub Desktop.

Select an option

Save mohayonao/99fde01682fe28850be3 to your computer and use it in GitHub Desktop.
export function splitTokens(str) {
return str.match(/(".*?"|[^"\s]+)/g););
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment