Documentation
¶
Index ¶
- func CleanUrlPath(url string) string
- func Contains(s []string, str string) bool
- func ContainsWord(s, word string) bool
- func CountWords(s string) int
- func EncodeURL(rawUrl string) string
- func PrettyPrint(i interface{}) string
- func RemoveSlice(slice []string, s int) []string
- func ReverseString(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUrlPath ¶
func ContainsWord ¶
func CountWords ¶ added in v0.6.79
CountWords returns the number of words in a given string.
func RemoveSlice ¶
func ReverseString ¶ added in v0.6.79
ReverseString reverses a string and returns it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.