stringpkg

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

README

string

字符串 snake/camel 转换和通用字符串转换辅助。

基础用法

snake := stringpkg.ToSnake("UserID")
camel := stringpkg.ToCamel("user_id")
text := stringpkg.ToString(123)

注意事项

涉及用户隐私展示时优先使用脱敏函数,不要直接日志输出原文。

验证

go test ./string

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToCamel

func ToCamel(s string) string

ToCamel example : xx_yy to XxYy

func ToSnake

func ToSnake(s string) string

ToSnake example : XxYy to xx_yy ; XxYY to xx_yy

func ToString

func ToString(v any) string

ToString 任意类型转string

Types

This section is empty.

Jump to

Keyboard shortcuts

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