Skip to content

Instantly share code, notes, and snippets.

@tioover
Created March 17, 2014 14:15
Show Gist options
  • Save tioover/9599949 to your computer and use it in GitHub Desktop.
Save tioover/9599949 to your computer and use it in GitHub Desktop.
re string
import re
re.compile("(\"(\\\\\"|[^\"])*\")|('(\\\\\'|[^'])*')") # string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment