Skip to content

Instantly share code, notes, and snippets.

@seajean
Created September 6, 2014 06:21
Show Gist options
  • Select an option

  • Save seajean/f4352b3451ab87cb57c7 to your computer and use it in GitHub Desktop.

Select an option

Save seajean/f4352b3451ab87cb57c7 to your computer and use it in GitHub Desktop.
function trim(str)
{
return str.replace(/(^\s*)|(\s*$)/g,"");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment