Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-03-04 08:41
Flavor·PCRE2 (PHP)

/
(?<bank_code>[a-z|A-Z]{4})(?<code_pays>[a-z|A-Z]{4})\d{2}(\d{3})?
/
gm
Open regex in editor