Skip to content

Package to convert names, titles and sequences to snake_case, CamelCase and some other.

License

Notifications You must be signed in to change notification settings

vetcher/go-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-case

Package to convert names, titles and sequences to snake_case, CamelCase and some other.

import (
    "fmt"

    "github.com/vetcher/go-case"
)

func main() {
    s := "some string to convert"
    fmt.Println(go_case.ToCamelCase(s))

    // Output:
    // SomeStringToConvert
}

About

Package to convert names, titles and sequences to snake_case, CamelCase and some other.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages