Regular Expressions 101

Community Patterns

0

Email finder

Python
Find emails in a string.
Submitted by anonymous - 8 months ago
0

URL

Python
Regex de URL
Submitted by anonymous - 8 months ago
0

IWANTOUT

Python
IWANOUT
Submitted by anonymous - 8 months ago
0

Extract structure from dates

Python
1-12 / 2022
Submitted by anonymous - 7 months 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