Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-09-11 20:42
Flavor·PCRE (Legacy)

/
(?:.*?\d{5}){3}.*?(\d{5})
/
s
Open regex in editor

Description

Matches the nth five digit number

Submitted by anonymous