SyntaxFix
Write A Post
Hire A Developer
Questions
When you use re.split and the split pattern contains capturing groups, the groups are retained in the output. If you don't want this, use a non-capturing group instead.
re.split