Documentation ¶
Index ¶
- func CamelToSnake(s string) string
- func CharLength(str string) int
- func HasText(str string) bool
- func IsCamelCase(s string) bool
- func IsSnakeCase(s string) bool
- func LowFirstChar(value string) string
- func SnakeToCamel(s string) string
- func Substring(str string, start int, end ...int) string
- func UpFirstChar(value string) string
- type Builder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpFirstChar ¶ added in v0.0.32
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) WriteBytes ¶
func (*Builder) WriteString ¶
Click to show internal directories.
Click to hide internal directories.