Skip to content

Instantly share code, notes, and snippets.

@imiroslavov
Created July 16, 2019 09:32
Show Gist options
  • Save imiroslavov/b4ea12fad7ec77ce39137d4f27060b15 to your computer and use it in GitHub Desktop.
Save imiroslavov/b4ea12fad7ec77ce39137d4f27060b15 to your computer and use it in GitHub Desktop.
function trim(string) {
return string.replace(/^\s+|\s+$/g, '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment