Regular Expressions 101

Community Patterns

0

INI values

PCRE2 (PHP >=7.3)
not done yet
Submitted by anonymous - a year ago

IBAN regexp

1

Regular Expression
ECMAScript (JavaScript)

/
^([0-9]{2})([0-9]{4})([0-9]{4})([0-9]{4})([0-9]{4})([0-9]{4})([0-9]{2})$
/

Description

Loading markdown...
Submitted by anonymous - 7 years ago