Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-04-18 00:27
Flavor·Python

r"
([a-zA-Z]+)[\s\-\.]+(\d{1,2})[\s\-\,]+(\d{4})
"
g
Open regex in editor

Description

A collection of dates used for the Data Science with Python course

Submitted by anonymous