Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-01-27 09:48
Flavor·Python

r"
\s*("{0,1})(;|\n){1}
"
g
Open regex in editor

Description

Remove trailing spaces from CSV files

Submitted by destegabry