Regular Expressions 101

Community Patterns

1

email

PCRE2 (PHP >=7.3)
list of email
Submitted by anonymous - 21 hours ago
1

match "baseip/cidr"

PCRE2 (PHP >=7.3)
match "baseip/cidr"
Submitted by Erik - 5 days ago

URL Validation

0

Regular Expression
.NET (C#)

@"
^(?=(?<http>(?:https?:\/\/){1}(?:www\.)?)?)(?(?=\k<http>?(?<ipaddr>(?:\d{1,3}\.){3}\d{1,3}(?:\:\d{1,5})?))\k<http>?\k<ipaddr>(?:\.[\w]{1,9})?|\k<http>(?:[\w]\.?){1,255}\.[\w]{1,9})(?:\/.*)?$
"
gm

Description

Loading markdown...
Submitted by anonymous - 4 months ago