Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-01-24 02:20
Flavor·PCRE2 (PHP)

/
\b\d{2} \d{3} \d{3} \d{3}\b|\b\d{11}\b|\b\d{2} \d{6} \d{3}\b|\b\d{8} \d{3}\b|\b\d{2} \d{4} \d{5}\b|\b\d{2} \d{9}\b
/
gm
Open regex in editor

Description

Checks for presence of ABN only. Does not validate ABN.

Submitted by nD