strings

package
v0.0.0-...-20fbe64 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FirstWord

func FirstWord(name string) string

func SplitWords

func SplitWords(name string) []string

SplitWords splits a string into words Words are separated by spaces, underscores, dashes, or dots e.g. "hello world" -> ["hello", "world"] e.g. "helloWorld" -> ["hello", "World"] e.g. "HELLO_WORLD" -> ["HELLO", "WORLD"]

func ToPlural

func ToPlural(name string) string

func ToSingular

func ToSingular(name 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