Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-06-04 14:43
Flavor·Python

r"
(\d{1,2}\/\d{1,2}\/\d{2})
"
gm
Open regex in editor

Description

Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.

Submitted by anonymous