Created
January 27, 2020 17:49
-
-
Save EdoardoVignati/500de8b9c8f7d2e63e306e9bfaa63607 to your computer and use it in GitHub Desktop.
Trim JS and remove all inner trash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
str.replace(/' '|\n|\t|\r/g,'') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment