Regular Expressions 101

Community Patterns

polish post code

1

Regular Expression
PCRE (PHP <7.3)

/
^[0-9]{2}-[0-9]{3}
/

Description

no description available

Submitted by anonymous - 9 years ago