flux icon indicating copy to clipboard operation
flux copied to clipboard

Add start position argument to find functions

Open tcbrindle opened this issue 11 months ago • 0 comments

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.

tcbrindle avatar Dec 09 '24 18:12 tcbrindle