Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-07-06 20:19
Flavor·Python

r"
^builds/job/(?P<job_name>(larch|thunder))/start/(?P<start_date>[0-9]+)/end/(?P<end_date>[0-9]+)/$
"
Open regex in editor

Description

URL to get build data from the api

Submitted by anonymous