Regular Expressions 101

Community Patterns

0

Word Match

PCRE2 (PHP >=7.3)
Matches Word
Submitted by cool66 - a year ago
0

Word

PCRE2 (PHP >=7.3)
match words
Submitted by e - a year ago
0

Match Email

PCRE2 (PHP >=7.3)
Matches email.
Submitted by cool66 - a year ago
0

URL

PCRE2 (PHP >=7.3)
scheme host port path query
Submitted by anonymous - a year 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