in reply to Regex - unordered lookaround syntax
i think this may be one of those times when a traversal of the string would be better than a regex...a lot simpler than that regex, and you can code some other cases to split on as well, without getting a headache from the regex.
Chris