Regular Expressions 101

Community Patterns

1

Get <NIC>

Python
Get NICs from string
Submitted by anonymous - 5 months ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago
-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
0

test

Python
no description available
Submitted by anonymous - 9 years ago
0

test

Python
test
Submitted by boag - 8 years ago

IpAddress

2

Regular Expression
Python

r"
^(?:2[0-4][0-9]|25[0-5]|1?[0-9]?[0-9])[.](?:2[0-4][0-9]|25[0-5]|1?[0-9]?[0-9])[.](?:2[0-4][0-9]|25[0-5]|1?[0-9]?[0-9])[.](?:2[0-4][0-9]|25[0-5]|1?[0-9]?[0-9])$
"
gm

Description

Loading markdown...
Submitted by aaa - 3 years ago