Regular Expressions 101

Community Patterns

0

Email

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

decode

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

Kendala

PCRE2 (PHP >=7.3)
kendala
Submitted by rey - 2 years ago

UK Full or Partial Postcode Validate, Match or Breakdown

0

Regular Expression
PCRE (PHP <7.3)

/
^(?<postcode>|(?<outward>(?<area>\w{1,2}))(?<district>\d\w|\d{1,2}))(?:\s)?(?<inward>(?<sector>\d)(?<unit>\w\w))?
/
gmi

Description

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