//
pkg.gl
Category
github.com/Will-Liang/gotoolbox
strutils
package
0.1.5
Repository:
https://github.com/will-liang/gotoolbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
82 SLOC
#
Functions
IsAlphabet
传入字符串,判断字符串是否纯英文.
IsPrefix
判断 prefix 是否是 str 的前缀.
SimpleConvertTraditional
简体转繁体.
SplitAndCleanValues
将字符串切片中的每一个字符串按照分隔符切分 Deprecated: SplitStrWithDelimiters需要调用的,不推荐直接调用.
SplitStrWithDelimiters
使用分隔符将字符串分成切片.
StrToFloat
将字符串转成float.
StrToInt
将字符串转成Int.
TraditionalConvertSimple
繁体转简体.