Documentation
¶
Index ¶
- func Convert(s []string, c stringConverter) []string
- func EqualFold(s, t string) bool
- func IsAscii(s string) bool
- func JoinPaths(absolutePath, relativePath string) string
- func Lower(b byte) byte
- func Printable(s string) bool
- func Split(str, sep string) (string, string)
- func ToLower(s string) (lower string, ok bool)
- func Tokenize(source string) []string
- func Unique(values []string, converter func(string) string) []string
- func UniqueNoConversion(values []string) []string
- func Upper(b byte) byte
- func Vectorize(content, splitBy string, c stringConverter) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Printable ¶
Printable returns whether s is ASCII and printable according to https://tools.ietf.org/html/rfc20#section-4.2.
func UniqueNoConversion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.