Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago
10

entity

Python
no description available
Submitted by anonymous - 8 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