str

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Camel

func Camel(s string) string

Camel 转为 CamelCase,如 topic_comment -> TopicComment

func LowerCamel

func LowerCamel(s string) string

LowerCamel 转为 lowerCamelCase,如 TopicComment -> topicComment

func Plural

func Plural(word string) string

转为复数 user -> users

func Singular

func Singular(word string) string

转为单数 users -> user

func Snake

func Snake(s string) string

转下划线 TopicComment -> topic_comment

Types

This section is empty.

Jump to

Keyboard shortcuts

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