bytes, strings: add Cut · Issue #46336 · golang/go

I propose to add to package strings: // Cut cuts s around the first instance of sep, // returning the text before and after sep. // The found result reports whether sep appears in s. // If sep does...