Regular Expressions 101

Community Patterns

simple domain regex

0

Regular Expression
Python

r"
(?:https://|http://)?([\w\.]+)/?
"
g

Description

no description available

Submitted by anonymous - 6 years ago