Regular Expressions 101

Community Patterns

1

js

ECMAScript (JavaScript)
no description available
Submitted by sd - 10 years ago
-1

Find image style

ECMAScript (JavaScript)
style img
Submitted by anonymous - 10 years ago
106

trim

ECMAScript (JavaScript)
trim string
Submitted by fp - 10 years ago

streets with one or more names with unicode characters in python

1

Regular Expression
Python

r"
^([a-zA-Z\u00C0-\u017E]+(?:\. |-| ))*[a-zA-Z\u00C0-\u017E]*$
"
gmu

Description

Loading markdown...
Submitted by Stanicio - 2 years ago