We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c20ed commit 08b146aCopy full SHA for 08b146a
commons/Utils.py
@@ -0,0 +1,5 @@
1
+import re
2
+
3
+class Utils():
4
5
+ COMMA_DELIMITER = re.compile(''',(?=(?:[^'"]|'[^']*'|"[^"]*")*$)''')
0 commit comments