Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - 2 years ago

Find lines with more than two dots

0

Regular Expression
ECMAScript (JavaScript)

/
^.*(?:\..*){2,}$
/
mg

Description

Loading markdown...
Submitted by Leonard Deutsch - 2 years ago