Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-15 08:30
Updated·2023-07-21 12:05
Flavor·PCRE (Legacy)

/
[a-zA-Z]{2}[\s*]{0,}[0-9]{2}[\s*]{0,}[a-zA-Z]{1,}[\s*]{0,}[0-9\s]{22,}
/
Open regex in editor

Description

This matches EU IBAN codes considering spaces here and there

Submitted by ZioAldo