Documentation
¶
Index ¶
- func Bytes(s string) []byte
- func Concat(ss ...string) string
- func Contains(s, substr string) bool
- func Cut(s, sep string) (string, string, bool)
- func CutColon(s string) (string, string)
- func HasPrefix(s, prefix string) bool
- func IsAnyEmpty(ss ...string) bool
- func IsEmpty(s string) bool
- func Join(sep string, ss ...string) string
- func Repeat(s string, count int) string
- func ReplaceAll(s, o, n string) string
- func ToLower(s string) string
- func TrimSpace(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAnyEmpty ¶ added in v2.24.0
IsAnyEmpty checks if any strings are empty.
func ReplaceAll ¶ added in v2.93.0
ReplaceAll is an alias for strings.ReplaceAll.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.