# Functions
寻找括号区间 BracketsIntervals 在给定字符串中寻找由特定开始和结束符号包围的区间。 它会返回第一个找到的由tokenBegin和tokenEnd界定的字符串区间, 如果找到了则返回该区间和true,否则返回空字符串和false。
参数: s - 待搜索的字符串。 tokenBegin - 搜索的开始符号。 tokenEnd - 搜索的结束符号。
返回值: 第一个找到的由tokenBegin和tokenEnd界定的字符串区间, 如果找到了则返回该区间和true,否则返回空字符串和false。.
No description provided by the author
No description provided by the author
CamelCase camel-cases a protobuf name for use as a Go identifier.
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
指定字符截断,返回阶段前的字符串
CutPart("https://wx1.sinaimg.cn/orj360/6ebedee6ly1h566bbzyc6j20n00cuabd.jpg", "wx1")
https://
*/.
指定字符截断,返回阶段前加指定字符的字符串
CutPartContain("https://f.video.weibocdn.com/o0/F9Nmm1ZJlx080UxqxlJK010412004rJS0E010.mp4?label=mp4_hd&template=540x960.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1670569613&ssig=fAQcBh4HGt&KID=unistore,video", "mp4")
https://f.video.weibocdn.com/o0/F9Nmm1ZJlx080UxqxlJK010412004rJS0E010.mp4
*/.
No description provided by the author
No description provided by the author
No description provided by the author
有一个匹配成功就返回true.
go:nocheckptr.
go:nocheckptr.
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
No description provided by the author
No description provided by the author
No description provided by the author
仅首位小写(更符合接口的规范).
go:nosplit.
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
No description provided by the author
No description provided by the author
No description provided by the author
将字符串中指定的ascii字符替换为空.
TODO.
No description provided by the author
No description provided by the author
No description provided by the author
从字符串尾开始,返回指定字符截断后的字符串
ReverseCutPart("https://video.weibo.com/media/play?livephoto=https%3A%2F%2Flivephoto.us.sinaimg.cn%2F002OnXdGgx07YpcajtkH0f0f0100gv8Q0k01.mov", "%2F")
002OnXdGgx07YpcajtkH0f0f0100gv8Q0k01.mov
*/.
No description provided by the author
No description provided by the author
Split splits the camelcase word and returns a list of words.
go:nosplit.
go:nosplit.
No description provided by the author
No description provided by the author
go:nosplit.
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
# Type aliases
No description provided by the author