I\'ve been looking through pages and pages of Google results but haven\'t come across anything that could help me.
What I\'m trying to do is split a string like
Replace \d+ by :$0 and then split at (?=[a-zA-Z]+:\d+).
\d+
:$0
(?=[a-zA-Z]+:\d+)