Regular Expressions 101

Community Patterns

0

KK

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

KK

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

Get the city name from combined zip code and city input

1

Regular Expression
ECMAScript (JavaScript)

/
[0-9]\ ([A-Za-z]*)$
/
i

Description

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