Regular Expressions 101

Community Patterns

1

URL Validation

PCRE (PHP <7.3)
Simple URL Validation
Submitted by anonymous - 8 years ago
1

find script

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

15_3_16

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
1

Movizland

Python
no description available
Submitted by anonymous - 8 years ago
1

Testing Service

PCRE (PHP <7.3)
Testing Service
Submitted by anonymous - 8 years ago
1

test regex123

PCRE (PHP <7.3)
123
Submitted by David - 8 years ago
1

Date

PCRE (PHP <7.3)
Valid Date format:
Submitted by Daniel - 8 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