elvish/pkg/strutil/strutil.go
Qi Xiao ee62608e88 pkg: Move string utilities from util/ to strutil/.
Also remove unused functions.

There were two (correct) implementations of deciding whether a string has
another string as a subsequence; keep the more performant one.
2020-09-03 05:08:01 +01:00

3 lines
62 B
Go

// Package strutil provides string utilities.
package strutil