Skip to content

Instantly share code, notes, and snippets.

@tomer-ben-david
Created October 2, 2014 05:36
Show Gist options
  • Save tomer-ben-david/03e044f2c17cf6c8e13a to your computer and use it in GitHub Desktop.
Save tomer-ben-david/03e044f2c17cf6c8e13a to your computer and use it in GitHub Desktop.
scala regular expression
scala> "[,.\\W]".r findAllIn "hi ther. how," foreach {println _}
.
,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment