package
0.0.0-20241029040836-37d1161ba509
Repository: https://github.com/abmpio/libx.git
Documentation: pkg.go.dev

# Functions

Convert convert string to specific data type.
确保字符串以指定的字符串结尾,如果不以原有的字符串结尾,则自动加上.
确保字符串以指定的字符串开始,如果不以原有的字符串开始,则自动加上.
No description provided by the author
No description provided by the author
InSlice check if specific string is in slice.
返回一组int32数组的字符串描述.
返回一组int8数组的字符串描述.
No description provided by the author
LowerFirst lower case first character of specific string.
random stings.
随机产生一个字符串,字符来源于inString参数.
随机产生一个字符串,字符来源于inString参数.
ToCamel Converts a string to CamelCase.
ToDelimited Converts a string to delimited.snake.case (in this case `del = '.'`).
ToKebab Converts a string to kebab-case.
ToLowerCamel converts a string to lowerCamelCase.
ToScreamingDelimited Converts a string to SCREAMING.DELIMITED.SNAKE.CASE (in this case `del = '.'; screaming = true`) or delimited.snake.case (in this case `del = '.'; screaming = false`).
ToScreamingKebab Converts a string to SCREAMING-KEBAB-CASE.
ToScreamingSnake Converts a string to SCREAMING_SNAKE_CASE.
ToSnake Converts a string to snake_case.
合并2个数组.
UpperFirst upper case first character of specific string.

# Constants

EmptyString the empty string "".

# Variables

所有可用的十进制字符.
No description provided by the author
No description provided by the author