helper

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertToCamelCase

func ConvertToCamelCase(text string) string

This function is converting text from UpperCase to camelCase {TextExample => textExample}

func ConvertToLowerDash

func ConvertToLowerDash(text string) string

This function is converting text from camelCase to lower-case-with-dash {textExample => text-example}

func ConvertToLowerSpace

func ConvertToLowerSpace(text string) string

This function is converting text from camelCase to lower case with space {textExample => test example}

func ConvertToSnakeCase

func ConvertToSnakeCase(text string) string

This function is converting text from camelCase to snake_case {textExample => test_example}

func ConvertToUpperCase

func ConvertToUpperCase(text string) string

This function is converting text from camelCase to UpperCase {textExample => Test Example}

func ConvertToUpperSpace

func ConvertToUpperSpace(text string) string

This function is converting text from camelCase to Upper Case With Space {textExample => Text Example}

Types

This section is empty.

Jump to

Keyboard shortcuts

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