Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-05-09 09:35
Updated·2022-05-09 09:39
Flavor·Python

r"
(?i)^(?:NPO|PRO|PCR|REQ|8)+(\d{7,8})(?!(\d))
"
gm
Open regex in editor

Description

Detects specific prefixes followed by number series

Submitted by anonymous