Documentation
¶
Index ¶
- Variables
- func AllRunes(bites []byte) interfaces.Seq[rune]
- func AllRunesWithIndex(bites []byte) interfaces.Seq2[int, rune]
- func CountCase(bites []byte) (lower, neither, upper int)
- func CountRune(b []byte, r rune) (c int)
- func CutNCharacters(data []byte, n int) ([]byte, []byte)
- func ExtractUniqueComponents(lines []string) []string
- func Not(f func(rune) bool) func(rune) bool
- func StripDiacritics(s string) string
- func ToLower(bites []byte)
- func ToUpper(bites []byte)
Constants ¶
This section is empty.
Variables ¶
View Source
var IsSpace = unicode.IsSpace
Functions ¶
func AllRunesWithIndex ¶
func AllRunesWithIndex(bites []byte) interfaces.Seq2[int, rune]
func ExtractUniqueComponents ¶
func StripDiacritics ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.