Skip to content

Instantly share code, notes, and snippets.

@rdj
Created May 19, 2011 18:16
Show Gist options
  • Select an option

  • Save rdj/981384 to your computer and use it in GitHub Desktop.

Select an option

Save rdj/981384 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :008 > "These two\u00A0words should be split".scan /\w+/
=> ["These", "two", "words", "should", "be", "split"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment