I\'m trying to split a camelCase string into two strings using pySpark, basically the same as what this would do in Python:
re.sub(r\'([a-z](?=[A-Z])|[A-Z](?=[A-Z