strlib

package
v1.1.97 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 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 Line added in v1.1.67

func Line(s string) string

Line 转为 lowerCamelCase,如 TopicComment -> topic-comment

func LowerCamel

func LowerCamel(s string) string

LowerCamel 转为 lowerCamelCase,如 TopicComment -> topicComment

func Plural

func Plural(word string) string

Plural 转为复数 user -> users

func Singular

func Singular(word string) string

Singular 转为单数 users -> user

func Snake

func Snake(s string) string

Snake 转为 snake_case,如 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