You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The various
std::string::find()
functions have anstart_pos
argument. It would be handy to have this for ourfind()
functions as well, because messing about with slices can be a bit cumbersome.The text was updated successfully, but these errors were encountered: