re — Easy Playground
Regular expression matching, searching, and substitution
Python Playground
Output
Click "Run" to execute your codeThe re module is part of Python's standard library. Regular expression matching, searching, and substitution.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?