Regular Expressions 101

Community Patterns

Bible reference extractor

5

Regular Expression
Python

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

Description

Submitted by antaytheist-owner - 8 years ago