strcase

package
v0.0.0-...-f1ca64d Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

README

strcase

The strcase package provides functions for converting strings to different naming conventions (i.e. camelCase, kebeb-case, snake_case).

Usage

Examples of use are available in camel_test.go and snake_test.go.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Snake

func Snake(str string, sep rune, greed uint8) string

func ToCamel

func ToCamel(str string) string

func ToKebab

func ToKebab(str string) string

func ToSnake

func ToSnake(str string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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