Regular Expressions 101

Sponsors

Library entries

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

RegEx for weaterdata from a YR xml file

Vote

0

Regular Expression
python

"
<time from="(?P<TimeFrom>[\dT:-]*)" to="(?P<TimeTo>[\dT:-]*)" period="\d">.*?(?P<symbol>symbol number="\d").*?\>.*?(?P<percipication>precipitation value="\d").*?\>.*?(?P<windSpeed>windSpeed mps="[\d\.]*").*?\>.*?</time>
"
msgui

Description

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