flux
flux copied to clipboard
Add start position argument to find functions
The various std::string::find() functions have an start_pos argument. It would be handy to have this for our find() functions as well, because messing about with slices can be a bit cumbersome.