import "github.com/aws/aws-sdk-go-v2/internal/strings"
strings.go
func HasPrefixFold(s, prefix string) bool
HasPrefixFold tests whether the string s begins with prefix, interpreted as UTF-8 strings, under Unicode case-folding.