Regular Expressions 101

Community Patterns

0

TimeRegex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

polish post code

1

Regular Expression
PCRE (PHP <7.3)

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

Description

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