Documentation ¶
Index ¶
- func IsFile(fName string) bool
- func NFC(s string) string
- func ReadFile(fn string) ([]string, error)
- func SortKeysByFreq(m map[string]int) []string
- func StringsContains(slice []string, elem string) bool
- func Upcase(s string) string
- func UpcaseInitial(s string) string
- func UpcaseInitials(s string) []string
- type UnicodeChar
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortKeysByFreq ¶
func StringsContains ¶
func UpcaseInitial ¶
UpcaseInitial upcase first character, downcase the rest
func UpcaseInitials ¶
UpcaseInitials generate all variations upcasing a first group of characters, downcasing the rest
Types ¶
type UnicodeChar ¶
type UnicodeChar struct {
Char, Name, Code, Block string
}
func UnicodeInfo ¶
func UnicodeInfo(s string) []UnicodeChar
Click to show internal directories.
Click to hide internal directories.