Regular Expressions 101

Sponsors

Library entries

4
pcre2

Email

email format control
Submitted by ahmetbarut - 2 years ago
1
python

Test end

Test end
Submitted by anonymous - 2 years ago
1
pcre2

hdfilmcehennemi ana filmler

nothing
Submitted by no one - 2 years ago
1
python

phone

This regex is decision phone number
Submitted by anonymous - 2 years ago
1
pcre2

find img without alt

okok
Submitted by anonymous - 2 years ago
1
java

sfdgvsdgdfg

dgfdgdf
Submitted by anonymous - 2 years ago
1
pcre2

One or more spaces

Find one or more spaces
Submitted by anonymous - 2 years ago

URL Extract base url (https://google.com) and domain (google.com) from URL String

Vote

0

Regular Expression
python

"
(?P<url>(?:https?:\/\/)?(?:[^@\/\n]+@)?(?:www\.)?(?P<domain>[^:\/?\n]+))/*.*
"
g

Description

Loading markdown...
Submitted by QuickRegEx - 2 years ago