RegEx Gone Wild in Python
Join us for a wild ride of regex in the land of Python!
Warning: RegExes may be hazardous to your mental health. Proceed with caution.
RegEx Party Menu:
RegEx Party Rules:
- Don't touch the matches.
- Don't look at the code.
- Don't think about the code.
- Repeat steps 1-3 until you're a RegEx expert.
RegEx Party Games:
import re
s = 'Hello, world!'
print(re.search(r'\w+', s))
Join us at the RegEx Sushi Bar for more RegEx fun!