mingyang_text
Version:
a collection of string related functions
40 lines (29 loc) • 1.08 kB
Markdown
# introduction
* 一个字符串操作的函数集合
* a collection of string related functions
<br>
# history
* 2023-08-26
> * 优化了字符串配对函数的参数顺序并增加了默认值
> * optimized the parameter order of string pairing function and added default values
* 2025-06-27
> * 增加了一个查找连续数字的函数
> * a function for finding consecutive numbers has been added
* 2025-08-06
> * TimeID函数增加了Date参数
> * the TimeID function has added a Date parameter
* 2025-09-12
> * do_KeyValue_Decode函数不在强制对Value进行decodeURIComponent解码
> * the do_KeyValue_Decode function no longer compulsorily performs decodeURIComponent decoding on the Value.
* 2025-12-10
> * 优化了do_TimeID函数,如果指定长度小于时间长度将截断时间
> * optimized the do_TimeID function: truncate the time string if the specified length is shorter than it.
<br>
# author
* fujun wang(wang.fu.jun@qq.com)
* Wangjing Beijing China
* origin of the name : mingyang is my son's name
* last modified : 2025-12-10