Regular Expressions 101

Community Patterns

AyL

0

Regular Expression
Python

r"
(.*),(\d+)-(\d+)-(\d+)
"
gm

Description

Example of re and substitutions with csv file

Submitted by Ing Daniel PĂ©rez - 2 years ago