Regular Expressions 101

Community Patterns

0

find const string in code for xml/java

Python
.
Submitted by anonymous - a year ago
0

Log Analysis Google

Python
final project
Submitted by anonymous - a year ago
0

Regex

Python
wifiwnsml
Submitted by krishabj - a year ago
0

DEPIT INFO

Python
K
Submitted by K - a year ago
0

SUBTOTAL

Python
SUBTOTAL 15.88
Submitted by KRISHNA - a year ago

Matches all subdomains excluding www

1

Regular Expression
ECMAScript (JavaScript)

/
(?:(www\.))|(?:(?:^https:\/\/www\.)|(?:^https:\/\/)?)([\w]+){1}(?:\.[\w]+){2,}
/
ig

Description

Loading markdown...
Submitted by AurielleP - 6 years ago