Bob Polis
879eefb39e
Simplified regex split
Instead of building the result vector with push_back, I now use the vector c'tor with iterators directly.