strings

package
v0.0.0-...-14b1ee5 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DashToCamel

func DashToCamel(input string) string

remove - from string (eg. my-variable-name -> MyVariableName)

func FormatHyphenToCamelCase

func FormatHyphenToCamelCase(input string) string

Format hyphen to camelCase (eg. my-variable-name -> myVariableName)

func FormatSnakeCaseToCamelCase

func FormatSnakeCaseToCamelCase(input string) string

Format snake_case to camelCase (eg. my_variable_name -> myVariableName)

func GetFirstCharacterOfString

func GetFirstCharacterOfString(str string) string

func ToKebabCase

func ToKebabCase(input 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