Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlosrojaso/0ee41461936cd7087e0889a88bddcb68 to your computer and use it in GitHub Desktop.
Save carlosrojaso/0ee41461936cd7087e0889a88bddcb68 to your computer and use it in GitHub Desktop.
Javascript split by white spaces
.trim().replace(/\s+/, " ").split(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment