Skip to content

Instantly share code, notes, and snippets.

@hymerman
Created October 6, 2013 20:12
Show Gist options
  • Save hymerman/6858541 to your computer and use it in GitHub Desktop.
Save hymerman/6858541 to your computer and use it in GitHub Desktop.
Regex for finding trailing whitespace
[^\S\r\n]+(?=\r?$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment