Regular Expressions 101

Library entries

2
pcre

Filtrar inicio string

Filtrar inicio da string por BRN ou 201
Submitted by Leandro - 8 years ago
0
pcre

trim IP

find leading zeros in ipv4 adresses
Submitted by anonymous - 8 years ago
1
pcre

phone number

accept number , space, . and -
Submitted by sylvain - 8 years ago
0
pcre

Matches dash-seperated terms in.

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

Valid date ddMMyyyy + .zip extension

no description available
Submitted by anonymous - 8 years ago
3
pcre

images url match in text

no description available
Submitted by Redfern.89 - 8 years ago
1
pcre

magic URL regex

no description available
Submitted by anonymous - 8 years ago
-2
javascript

Check syntax port ACL VNG

no description available
Submitted by nguyenvq - 8 years ago
2
pcre

csv parsing

csv parsing with content quota string
Submitted by Andrey - 8 years ago
23
pcre

userName

1-15 alphanumeric login name
Submitted by gsanchezc - 8 years ago
0
pcre

Check_Email

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

matching sentence

no description available
Submitted by anonymous - 8 years ago

Bulgarian date "dd mmmm yyyy" format

Vote

1

Regular Expression
python

r"
(?P<LongDate>(?P<Day>\d+)[\s  ]+(?P<Month>януари|февруари|март|април|май|юни|юли|август|септември|октомври|ноември|декември)[\s  ]+(?P<Year>\d{4})[\s  ](?:г.|година))
"
giu

Description

Loading markdown...
Submitted by Tantale - 8 years ago