stringx

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2023 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Lower

func Lower() (s string, err error)

随机生成一个小写字符串,长度在[1, 512]之间

func String

func String() (s string, err error)

随机生成一个字符串,长度在[1, 512]之间 String returns a random string of length between 1 and 512.

func StringLowerRange

func StringLowerRange(min, max int) (s string, err error)

随机生成一个小写字符串,长度在[min, max]之间

func StringRange

func StringRange(min, max int) (s string, err error)

随机生成一个字符串, 范围在[min, max]之间

func StringUpperRange

func StringUpperRange(min, max int) (s string, err error)

随机生成一个大写字符串,长度在[min, max]之间

func Upper

func Upper() (s string, err error)

随机生成一个大写字符串,长度在[1, 512]之间

Types

This section is empty.

Jump to

Keyboard shortcuts

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