Lets say I have a string that I need to split into an array based on a pattern. Many language split methods will remove the things matched by the pattern causin
split