Regular Expressions 101

Community Patterns

routing number regex pt 1

0

Regular Expression
PCRE (PHP <7.3)

/
routing number[:]*\s*(\d{9})(?:[^\d]|$)
/
img

Description

no description available

Submitted by anonymous - 3 years ago