Sign in
go
/
go.git
/
refs/heads/dev.simd
/
.
/
doc
/
next
/
6-stdlib
/
99-minor
/
strings
/
71151.md
blob: b979f84553fb3987d63f6243c680711493b28310 [
file
] [
view
] [
edit
]
The
new
[
CutLast
]
function
slices a
string
around the
last
occurrence of a separator
.
It
can replace
and
simplify some common uses of
LastIndex
.