Posted inPython modules re
Zero-Width Assertions in Regular Expressions: Lookahead and Lookbehind
Regex lookahead & lookbehind for string splitting. Use zero-width assertions with Python's re.split to split strings without consuming delimiters. Split camel case.