# Functions
No description provided by the author
No description provided by the author
循环修改数组.
快速转为字符串.
用:号连接两个部分,如果后一部分也存在的话.
补充空字节.
找出其中的数字,不含负号和小数点.
获取相同的前缀长度.
获取其中一段字节,允许负索引.
获取Slice的起止index.
是否在字符串列表中.
lst1 是否 lst2 的(真)子集.
No description provided by the author
使用方法:NewDecimal(123.45, 2).
No description provided by the author
使用方法:ParseDecimal("123.45", 2).
将多个连续空白缩减为一个空格.
删除所有空白,包括中间的.
将方括号替换为反引号,一般用于SQL语句中,因为反引号在Go中是多行文本引号.
一一对应进行替换,次序不定(因为map的关系).
调整长度.
No description provided by the author
分拆为多个部分,并对每一段作处理.
No description provided by the author
No description provided by the author
是否在字符串列表中,比较方式是有任何一个开头符合.
比较是否相符.
将字符串数组转为一般数组.
No description provided by the author
No description provided by the author
字符求余转为数字.
将数值或者数字转为字符串.
如果本身不为空,在左右两边添加字符.
# Constants
不分大小写.
包含.
结尾.
相等.
忽略空格.
不比较.
打头.
No description provided by the author
No description provided by the author
# Structs
高精度小数 例如 123.45 表示为 Decimal{Value:int64(12345), Precision:2}.
JSON中的日期时间类型.
精确到毫秒,用于SqlServer等场景.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author