Skip to content

Latest commit

 

History

History

stringx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

stringx

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

Usage

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

text := "hello world"

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