Skip to content

Commit 08b146a

Browse files
author
Pedro Bernardo
committed
Added commons/Utils.py
1 parent 80c20ed commit 08b146a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commons/Utils.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import re
2+
3+
class Utils():
4+
5+
COMMA_DELIMITER = re.compile(''',(?=(?:[^'"]|'[^']*'|"[^"]*")*$)''')

0 commit comments

Comments
 (0)