Skip to content

Instantly share code, notes, and snippets.

@wardbekker
Created September 8, 2011 15:11
Show Gist options
  • Save wardbekker/1203634 to your computer and use it in GitHub Desktop.
Save wardbekker/1203634 to your computer and use it in GitHub Desktop.
Tokenize test
Eshell V5.8.1 (abort with ^G)
1> string:tokens("this is a test, thank you!", " ,!").
["this","is","a","test","thank","you"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment