Regular Expressions 101

Sponsors

Library entries

0
python

Synop

no description available
Submitted by anonymous - 4 years ago
0
python

Synop

no description available
Submitted by anonymous - 4 years ago
0
python

Float number regex

Float number without letters and symbols
Submitted by anonymous - 4 years ago
0
python

feetinches1

no description available
Submitted by anonymous - 4 years ago
0
python

Words that start with...

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

almost any similar word

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

Find email address in a string.

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

DOI matcher

Matches any valid DOI
Submitted by jpowell - 8 years ago
0
python

test

no description available
Submitted by anonymous - 8 years ago
0
python

1

no description available
Submitted by anonymous - 8 years ago
0
python

get youtube vid ID

match #2
Submitted by parzivail - 8 years ago

IP address a.b.c.d form with range from 0 to 255 for each letters

Vote

0

Regular Expression
python

"
^([0-9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))\.([0-9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))\.([0-9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))\.([0-9]|[1-9][0-9]|1([0-9][0-9])|2([0-4][0-9]|5[0-5]))$
"

Description

Loading markdown...
Submitted by Abdulaziz - 7 years ago