Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active January 11, 2016 21:38
Show Gist options
  • Select an option

  • Save ryanmaclean/fdf7ef9f29905403a13a to your computer and use it in GitHub Desktop.

Select an option

Save ryanmaclean/fdf7ef9f29905403a13a to your computer and use it in GitHub Desktop.
Regex: Match all but Space Character

Regex to Match All Characters Except Spaces

[^\s]+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment