Community Patterns

Community Library Entry

1

Regular Expression
Created·2022-02-13 02:14
Flavor·Python

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

Description

streets with one or more names with unicode characters in python

Submitted by Stanicio