Documentation ¶
Index ¶
- func CountInString(s string) int
- func HasPrefixes(s string, prefixes ...string) (bool, string)
- func HasSuffixes(s string, suffixes ...string) (bool, string)
- func JoinURL(parts ...string) string
- func SplitPath(s string, sep string) []string
- func ToRune(s string) []rune
- func TrimAll(s string, sides ...string) string
- func TrimPrefixesAll(s string, prefixes ...string) string
- func TrimSuffixesAll(s string, suffixes ...string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountInString ¶
func TrimPrefixesAll ¶
func TrimSuffixesAll ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.