Regular Expressions 101

Community Patterns

2

lottery data picker

Python
for azlottoapi
Submitted by anonymous - 3 years ago
2

IpAddress

Python
Ensure the ip address format is correct
Submitted by aaa - 3 years ago
2

Lua Enhanced: +=

Python
Adds += to Lua.
Submitted by anonymous - 2 years ago
2

postgesql

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

python regex

Python
no description available
Submitted by anonymous - 9 years ago
2

IPv4 Validator

Python
no description available
Submitted by dannyo - 8 years ago
2

SED

Python
no description available
Submitted by anonymous - 8 years ago

URL Regex

2

Regular Expression
.NET (C#)

@"
^(?>(?'protocol'[a-zA-Z]+)://)?(?'domain'[a-zA-Z0-9.\-_]*)?(?>:(?'port'\d{1,5}))?/(?'path'[a-zA-Z0-9_\-%]+)(?:(?>\?(?'query'[a-zA-Z0-9_\-=&%]+))()|(?>#(?'anchor'[a-zA-Z0-9_\-%]+))()){0,2}$
"
gm

Description

Loading markdown...
Submitted by Jonathan - 5 months ago
(Last modified 5 months ago)