Skip to content

Instantly share code, notes, and snippets.

@EdoardoVignati
Created January 27, 2020 17:49
Show Gist options
  • Save EdoardoVignati/500de8b9c8f7d2e63e306e9bfaa63607 to your computer and use it in GitHub Desktop.
Save EdoardoVignati/500de8b9c8f7d2e63e306e9bfaa63607 to your computer and use it in GitHub Desktop.
Trim JS and remove all inner trash
str.replace(/' '|\n|\t|\r/g,'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment