Skip to content

Instantly share code, notes, and snippets.

View madprime's full-sized avatar

Mad Price Ball madprime

View GitHub Profile
### Keybase proof
I hereby claim:
* I am madprime on github.
* I am madprime (https://keybase.io/madprime) on keybase.
* I have a public key whose fingerprint is C629 221C D2C4 37FE 7727 9B87 6121 07DF EFC2 06A1
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am madprime on github.
* I am madprime (https://keybase.io/madprime) on keybase.
* I have a public key whose fingerprint is BD7B 2A39 E21D DF69 5E20 4759 51A2 46E9 A64F BAE6
To claim this, I am signing this object:
import re
re_test = r'(is.*a)'
teststr = r"""This is
a test"""
if re.search(re_test, teststr, re.M | re.S):
print "Found"