caseformat

package module
v0.0.0-...-5476df3 Latest Latest
Warning

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

Go to latest
Published: May 6, 2019 License: BSD-3-Clause Imports: 2 Imported by: 0

README

CaseFormat

CircleCI

utility for convert case formats

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CaseFormat

type CaseFormat interface {
	ToLowerHyphen() string
	ToLowerUnderscore() string
	ToLowerCamel() string
	ToUpperHyphen() string
	ToUpperUnderscore() string
	ToUpperCamel() string
}

func FromLowerCamel

func FromLowerCamel(s string) CaseFormat

func FromLowerHyphen

func FromLowerHyphen(s string) CaseFormat

func FromLowerUnderscore

func FromLowerUnderscore(s string) CaseFormat

func FromUpperCamel

func FromUpperCamel(s string) CaseFormat

func FromUpperHyphen

func FromUpperHyphen(s string) CaseFormat

func FromUpperUnderscore

func FromUpperUnderscore(s string) CaseFormat

Jump to

Keyboard shortcuts

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