Regular Expressions 101

Community Patterns

0

ip address

ECMAScript (JavaScript)
ip address
Submitted by anonymous - 3 years ago
0

named groups

Python
no description available
Submitted by anonymous - 3 years ago
0

Remove Non-words

Python
no description available
Submitted by anonymous - 3 years ago

Match URI with grouped URL syntaxes

0

Regular Expression
ECMAScript (JavaScript)

/
(?:(?<Protocol>https?):\/\/)?(?:(?<Subdomain>[\w\.]+)?\.)?(?<Hostname>\w+)\.(?<Domain>\w+)\:?(?<Port>\d+)?(?<Path>\/.*)?
/
g

Description

Loading markdown...
Submitted by outrowed - 3 years ago