Regular Expressions 101

Community Patterns

0

CPF|CNPJ

Python
Match Brazilian documents
Submitted by Bacco - a year ago
0

恩更

Python
非法发
Submitted by anonymous - a year ago
0

dice thing

Python
Stuff for a dnd thing
Submitted by Cata - 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