Regular Expressions 101

Community Patterns

1

1

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
1

magnet

ECMAScript (JavaScript)
Extract magnet links
Submitted by Peng - 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