1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 14:42:27 +08:00

doc: add new function to readme file

This commit is contained in:
dudaodong
2023-06-01 10:44:00 +08:00
parent 8944109c4c
commit e54c9b2850
4 changed files with 47 additions and 2 deletions

View File

@@ -1284,7 +1284,7 @@ func main() {
### <span id="HideString">HideString</span>
<p>HideString hide some chars in source string with param `replaceChar`. replace range is origin[start : end]. [start, end).</p>
<p>Hide some chars in source string with param `replaceChar`. replace range is origin[start : end]. [start, end).</p>
<b>Signature:</b>

View File

@@ -56,6 +56,9 @@ import (
- [Trim](#Trim)
- [SplitAndTrim](#SplitAndTrim)
- [HideString](#HideString)
- [ContainsAll](#ContainsAll)
- [ContainsAny](#ContainsAny)
<div STYLE="page-break-after: always;"></div>