# README
stringx
stringx
包含一些字符串常用函数
Usage
import "github.com/TencentBlueKing/gopkg/stringx"
text := "hello world"
stringx.MD5Hash(text)
stringx.Truncate(text, 10)
stringx.Random(10)
stringx
包含一些字符串常用函数
import "github.com/TencentBlueKing/gopkg/stringx"
text := "hello world"
stringx.MD5Hash(text)
stringx.Truncate(text, 10)
stringx.Random(10)