xstring

package
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CutStr

func CutStr(str string, toCount int, more string) string

截取字符串,并追加后缀

func IsMobileUA

func IsMobileUA(userAgent string) bool

是否为移动设备UserAgent

func IsMobileUA2

func IsMobileUA2(ua string) bool

根据ua判断访客是手机端还是PC端访问 手机端返回true,否则返回false,默认返回false,即PC端

func NumberFormat

func NumberFormat(par1 interface{}, decimals int, dot bool) string

func NumberFormatDot

func NumberFormatDot(str string) string

格式数值为逗号分组 1,234,567,898.55

func RandStr

func RandStr(length int) string

随机字符串

func RandStrFor

func RandStrFor(t string, length int) string

随机字符串

func SizeFormat

func SizeFormat(size float64) string

格式化大小

func StrPad

func StrPad(str string, length int, schar string) string

前面补字符

func Substr

func Substr(str string, start, length int) string

start:正数 - 在字符串的指定位置开始,超出字符串长度强制把start变为字符串长度

负数 - 在从字符串结尾的指定位置开始
0 - 在字符串中的第一个字符处开始

length:正数 - 从 start 参数所在的位置返回

负数 - 从字符串末端返回

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL