1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00
Commit Graph

19 Commits

Author SHA1 Message Date
Marcel Edmund Franke 4e515e9bd5 Strutil: HammingDistance func
The Hamming distance is the number of positions at which the corresponding symbols are different
2024-03-02 15:35:23 +01:00
dudaodong f9e047f190 feat: add SubInBetween 2024-02-06 16:47:30 +08:00
elza f445ecbaf8 feat: add IsNotBlank func (#132)
Co-authored-by: yuanyou <yuanyou@kezaihui.com>
2023-09-13 15:29:26 +08:00
dudaodong 9b829aa695 feat: add RemoveWhiteSpace 2023-06-08 16:47:31 +08:00
dudaodong 286a187942 fix: fix go report validation issue 2023-06-01 11:49:49 +08:00
dudaodong 2894bec80c feat: add ContainsAll and ContainsAny 2023-05-31 10:51:16 +08:00
dudaodong e149ae2f72 feat: add HideString 2023-05-23 18:39:59 +08:00
dudaodong 9fcf046fb3 feat: add Trim and SplitAndTrim 2023-05-10 10:53:17 +08:00
dudaodong c3f1bc39d7 feat: add ReplaceWithMap 2023-05-10 10:29:26 +08:00
dudaodong f5784b0f46 feat: add ReplaceByMap 2023-05-10 10:03:13 +08:00
dudaodong 33c8875d14 test: update TestWordCount 2023-04-26 19:35:28 +08:00
dudaodong 66bd339e3a doc: add example for strutil new functions 2023-04-17 16:35:26 +08:00
dudaodong 217350042b feat: add RemoveNonPrintable 2023-03-30 14:52:32 +08:00
dudaodong ec740e442c feat: add WordCount 2023-02-21 14:27:00 +08:00
dudaodong ed98ad53ec feat: add SplitWords 2023-02-21 14:16:36 +08:00
dudaodong fee8d325b7 doc: add doc for Pad function 2023-02-19 12:58:14 +08:00
dudaodong 1dc5e8ac23 feat: add Substring function 2022-12-29 19:55:40 +08:00
dudaodong 49a460eef8 doc: update document and add playgound example for strutil package 2022-12-27 16:57:32 +08:00
dudaodong a58e52e53c test: add example function for strutil package 2022-12-27 15:40:51 +08:00