Documentation ¶
Index ¶
- func CalcStrFreq(str, cond string) (n int)
- func IsWhitespace(r rune) bool
- func RemoveSpace(str string) string
- func RemoveSpec(str string, spec string) string
- func Split(src string, flagList []string) []string
- func SplitByLen(s string, length int) []string
- func SplitRuneByLen(s string, length int) []string
- func ToCamel(input string) string
- func ToFirstLower(s string) string
- func ToFirstUpper(s string) string
- func ToHeader(input string) string
- func ToPascal(input string) string
- func ToProperty(input string) string
- func ToSnake(input string) string
- func ToTitle(input string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsWhitespace ¶
func RemoveSpace ¶
func RemoveSpec ¶
func SplitByLen ¶
func SplitRuneByLen ¶
func ToProperty ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.