Regular Expressions 101

Community Patterns

0

Url handling

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

Procurar por IPv4

0

Regular Expression
Python

r"
^((25[0-5]|(2[0-4]|1\d|[1-9])?\d)(\.(?!$)|$)){4}$
"
gm

Description

Loading markdown...
Submitted by anonymous - a year ago