Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created May 2, 2012 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbriggs/2573068 to your computer and use it in GitHub Desktop.
Save mbriggs/2573068 to your computer and use it in GitHub Desktop.
(message (progn (string-match "foobar \\(.*\\)" "foobar -print me-")
(match-string 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment