Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 219 Bytes

readme.md

File metadata and controls

17 lines (10 loc) · 219 Bytes

stringx

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

Usage

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

text := "hello world"

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