Regular Expressions 101

Community Patterns

1

img

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
5

HTML img

ECMAScript (JavaScript)
Grabs all HTML tags
Submitted by Pirate11 - 8 years ago
1

id

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago
1

gg

Python
no description available
Submitted by anonymous - 8 years ago

RegEx for weaterdata from a YR xml file

0

Regular Expression
Python

r"
<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 - 8 years ago