Regular Expressions 101

Community Patterns

Czech Bank Account Number

1

Regular Expression
PCRE (PHP <7.3)

/
^(0*([1-9]\d{0,5})-)?0*([1-9]\d{0,9})$
/

Description

no description available

Submitted by Kuba - 8 years ago