package
1.3.0
Repository: https://github.com/tencentblueking/gopkg.git
Documentation: pkg.go.dev

# README

stringx

stringx包含一些字符串常用函数

Usage

import "github.com/TencentBlueKing/gopkg/stringx"

text := "hello world"

stringx.MD5Hash(text)
stringx.Truncate(text, 10)
stringx.Random(10)