Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-10 18:33
Flavor·Python

r"
(?i)[A-J],?\s?\d{1,2}'
"
Open regex in editor

Description

Trying to understand the two digit lookup.

Submitted by mburke05