casetypes

package
v0.0.0-...-faefad5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2022 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CamelCase

func CamelCase(input string) string

CamelCase transform string to camel case (camelCase)

func KababCase

func KababCase(input string) string

KababCase transform string to kabab case (kabab-case)

func LowerCase

func LowerCase(input string) string

LowerCase transform all characters to lower case. Alias of strings.ToLower

func PascalCase

func PascalCase(input string) string

PascalCase transform string to pascal case (PascalCase)

func SnakeCase

func SnakeCase(input string) string

SnakeCase transform string to snake case (slug_case)

func TitleCase

func TitleCase(input string) string

TitleCase returns a copy of the string s with all Unicode letters that begin words mapped to their title case.

func UpperCase

func UpperCase(input string) string

UpperCase transform all characters to upper case. Alias of strings.UpperCase

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL