Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by abse ( 11 years ago )
#import re
#if(re.match(r'erlcomr','welcome to python')):
# print('Matched')
#else:
# print('Not Matched')
import re
if (re.search(r't...p$','welcome too p')):
print('Matched')
else:
print('Not Matched')
Revise this Paste