Skip to content

Instantly share code, notes, and snippets.

@clojens
Last active December 17, 2015 22:19
Show Gist options
  • Save clojens/5681645 to your computer and use it in GitHub Desktop.
Save clojens/5681645 to your computer and use it in GitHub Desktop.
Python/Sublime regexp

Seperate paragraphs using Python/Sublime2 regular expressions:

\s*?\n\s*?\n\s*?

Fetch all predicate symbol names in second group

(\(defn )(\w.*\?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment