Skip to content

Instantly share code, notes, and snippets.

@turtlix
Created July 10, 2014 07:46
Show Gist options
  • Save turtlix/327224eb261e1f68d6ec to your computer and use it in GitHub Desktop.
Save turtlix/327224eb261e1f68d6ec to your computer and use it in GitHub Desktop.
// With JavaScript
var text = text.replace(/\s(?=[^\s]*$)/g, ' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment