Regular Expressions 101

Community Patterns

36

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 10 years ago
8

repeat group match

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

Email validation

PCRE (PHP <7.3)
no description available
Submitted by tutsplus.com - 9 years ago
16

Alphanumeric Regex

PCRE (PHP <7.3)
no description available
Submitted by Deepan - 8 years ago
9

domain - host

Python
no description available
Submitted by anonymous - 8 years ago

LC - Athento

0

Regular Expression
Python

r"
[0-9]{5}(?P<nro_comprobante>[0-9]{10})[0-9]{4}(?P<cuit>[0-9]{11})\.(?P<ext>\w+)
"
gm

Description

Loading markdown...
Submitted by Fernando Olivera - 5 months ago