Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:55 +05 2020. DO NOT EDIT.
Index ¶
- func In(r rune, ranges ...*unicode.RangeTable) bool
- func Is(rangeTab *unicode.RangeTable, r rune) bool
- func IsControl(r rune) bool
- func IsDigit(r rune) bool
- func IsGraphic(r rune) bool
- func IsLetter(r rune) bool
- func IsLower(r rune) bool
- func IsMark(r rune) bool
- func IsNumber(r rune) bool
- func IsOneOf(ranges []*unicode.RangeTable, r rune) bool
- func IsPrint(r rune) bool
- func IsPunct(r rune) bool
- func IsSpace(r rune) bool
- func IsSymbol(r rune) bool
- func IsTitle(r rune) bool
- func IsUpper(r rune) bool
- func SimpleFold(r rune) rune
- func SpecialCaseToLower(special unicode.SpecialCase, r rune) rune
- func SpecialCaseToTitle(special unicode.SpecialCase, r rune) rune
- func SpecialCaseToUpper(special unicode.SpecialCase, r rune) rune
- func To(_case int, r rune) rune
- func ToLower(r rune) rune
- func ToTitle(r rune) rune
- func ToUpper(r rune) rune
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SimpleFold ¶
func SpecialCaseToLower ¶
func SpecialCaseToLower(special unicode.SpecialCase, r rune) rune
func SpecialCaseToTitle ¶
func SpecialCaseToTitle(special unicode.SpecialCase, r rune) rune
func SpecialCaseToUpper ¶
func SpecialCaseToUpper(special unicode.SpecialCase, r rune) rune
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
This file has automatically been generated on Wed Feb 26 15:50:56 +05 2020.
|
This file has automatically been generated on Wed Feb 26 15:50:56 +05 2020. |
This file has automatically been generated on Wed Feb 26 15:50:56 +05 2020.
|
This file has automatically been generated on Wed Feb 26 15:50:56 +05 2020. |
Click to show internal directories.
Click to hide internal directories.