dudaodong
f58b706285
fix: fix issue #275
2024-12-04 16:37:46 +08:00
dudaodong
4595a94b4c
update doc
2024-12-04 10:40:18 +08:00
dudaodong
2145808268
feat: add new functions in datetime and strutils
2024-09-09 14:33:15 +08:00
dudaodong
c9a8c70ee6
feat: merge some new functions from v2 branch
2024-09-04 10:13:36 +08:00
dudaodong
ab2e5a3137
feat: add new functions
2024-09-03 20:25:06 +08:00
dudaodong
928e3a390d
feat: merge some new functions from rc branch
2024-03-04 16:36:20 +08:00
dudaodong
f82f49a4c2
feat: add SubInBetween
2024-02-06 17:13:00 +08:00
dudaodong
0fc8733915
feat: add SubInBetween
2024-02-06 17:09:36 +08:00
dudaodong
44022c5861
refactor: refact Comma function
2024-02-06 17:09:08 +08:00
dudaodong
1e5b69e9bf
feat: add RemoveWhiteSpace
2023-06-13 15:06:27 +08:00
dudaodong
4b8b624b4c
feat: add ContainsAll and ContainsAny
2023-05-31 17:27:25 +08:00
dudaodong
e1fb97095d
feat: add ReplaceWithMap, Trim, SplitAndTrim, HideString
2023-05-30 14:12:56 +08:00
dudaodong
6576b1f0cb
feat: add new function for system and strutil package
2023-04-19 14:36:33 +08:00
dudaodong
15c1537bf0
doc: add doc for SplitWords and WordCount
2023-02-23 10:23:38 +08:00
dudaodong
c02654559a
doc: add pad function
2023-02-23 10:19:05 +08:00
dudaodong
43c2fd2a22
feat: add UpperKebabCase/UpperSnakeCase
2022-12-15 16:05:02 +08:00
dudaodong
aece2995d6
refactor: change ReverseStr to Reverse in strutil package
2022-08-29 15:11:15 +08:00
dudaodong
f83f47df3a
feat: add SplitEx function
2022-06-17 17:13:58 +08:00
dudaodong
b48155c249
refactor: rename files *_util.go to *_internal.go
2022-02-19 21:52:10 +08:00
dudaodong
41685022c0
refactor: rename files *_util.go to *_internal.go
2022-02-19 21:51:58 +08:00
dudaodong
ca88687f3d
feat: add UpperFirst func
2022-01-22 18:55:41 +08:00
dudaodong
3438f3b18a
refactor: rewrite all unit test functions with assert
2022-01-09 13:07:49 +08:00
dudaodong
73f4ae7b35
refactor: add internal/assert.go and rewrite all unit funcs string_test.go with assert
2022-01-08 21:58:35 +08:00
dudaodong
97e0789ea4
feat: add Wrap and Unwrap func
2022-01-03 20:11:15 +08:00
dudaodong
c625a88067
refactor: rename package 'utils' to 'internal'
2021-12-31 11:36:11 +08:00
donutloop
ab012f2545
LowerFirst: use slicing and utf8 func tools ( #5 )
...
Replace looping with slicing and utf8 func tools operations.
2021-12-28 19:25:44 +08:00
donutloop
3919160e38
Optimized: Capitalize ( #4 )
...
* Use unicode.ToUpper func to convert first letter in string to upper case
letter.
* Preallocate memory with correct length and cap because the final
string is not changing.
2021-12-28 10:04:15 +08:00
dudaodong
3254591ab9
publish lancet
2021-11-28 21:28:23 +08:00