Regular Expressions 101

Community Patterns

8

repeat group match

Python
no description available
Submitted by anonymous - 8 years ago

Bible reference extractor

5

Regular Expression
Python

r"
(.*?)\s(\d{1,2})(?::(\d{1,2})(?:-(\d{1,2})?)?)?
"

Description

Loading markdown...
Submitted by antaytheist-owner - 8 years ago