Regular Expressions 101

Community Patterns

1...45678...631

Any domain finder

0

Regular Expression
ECMAScript (JavaScript)

/
(?<=https:\/\/|http:\/\/).*
/
gm

Description

This regex made by me, finds any domain which contains https:// or the unsafe version, http://.

Submitted by Rix The Regex Maker - 2 years ago