Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- from re_test_patterns2 import test_patterns
- test_patterns(
- 'abbaabbba',
- [(r'a((a*)(b*))', 'a followed by 0-n a and 0-n b'),
- ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement