Skip to content

Instantly share code, notes, and snippets.

@famanson
Created August 27, 2014 21:53
Show Gist options
  • Save famanson/bc1c8c0a8e347771e775 to your computer and use it in GitHub Desktop.
Save famanson/bc1c8c0a8e347771e775 to your computer and use it in GitHub Desktop.
import re
test_name = 'development-db-1481955f2b3'
pattern = r"(development-)?(db|es|web|imgrszr|geo)(\d+|-[a-z0-9]+)"
m = re.match(pattern, test_name)
type = m.group(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment