> 本文参考 [**嗨客网**](https://haicoder.net) 的 [**Go语言教程**](https://haicoder.net/golang/golang-tutorial.html)
# **Go语言string**
## **前言**
我们在学习一门编程语言,最开始拥有一个清晰的学习路线,是十分重要的,只有知道了自己需要学什么,才能更好的激发学习的激情。学习就像是我们在玩游戏时去打副本,而学习路线就如同主线任务一般,在主线任务中能够知道这个副本有哪些装备,知道这些装备的属性加成,能够一步一步提升自己的等级。
当学习了 N+ 个知识点后,我们会感觉到一丝混乱,不知道这些东西,到底有什么用?那么此时看一下学习路线,将这些知识点串起来,这时候会有意想不到的结果!
本专题是关于 **[Golang学习路线](https://studygolang.com/topics/12247)** 中的第七个模块:**Go语言string**。
## **正文**
本 **Go语言string** 分为以下章节:
:one: **[Go语言截取字符串](https://haicoder.net/golang/golang-substr.html)**
:two: **[Go语言拼接字符串(一)](https://haicoder.net/golang/golang-string-concat.html)**
:three: [**Go语言拼接字符串(二)**](https://haicoder.net/golang/golang-string-join.html)
:four: **[Go语言字符串长度](https://haicoder.net/golang/golang-string-length.html)**
:five: **[Go语言分割字符串](https://haicoder.net/golang/golang-string-split.html)**
:six: **[Go语言字符串Count函数](https://haicoder.net/golang/golang-string-count.html)**
:seven: **[Go语言查找字符串](https://haicoder.net/golang/golang-string-index.html)**
:eight: **[Go语言反向查找字符串](https://haicoder.net/golang/golang-string-lastindex.html)**
:nine: **[Go语言字符串中查找字符序列](https://haicoder.net/golang/golang-string-indexany.html)**
:keycap_ten: **[Go语言查找字符串中单个字符](https://haicoder.net/golang/golang-string-indexbyte.html)**
:one::one: **[Go语言字符串中查找中文字符](https://haicoder.net/golang/golang-string-indexrune.html)**
:one::two: **[Go语言根据指定条件查找字符](https://haicoder.net/golang/golang-string-indexfunc.html)**
:one::three: **[Go语言字符串开始](https://haicoder.net/golang/golang-string-hasprefix.html)**
:one::four: **[Go语言字符串结尾](https://haicoder.net/golang/golang-string-hassuffix.html)**
:one::five: **[Go语言字符串首字母大写](https://haicoder.net/golang/golang-string-totitle.html)**
:one::six: **[Go语言字符串大写转小写](https://haicoder.net/golang/golang-string-tolower.html)**
:one::seven: **[Go语言字符串小写转大写](https://haicoder.net/golang/golang-string-toupper.html)**
:one::eight: **[Go语言去除字符串空格](https://haicoder.net/golang/golang-string-trimspace.html)**
:one::nine: **[Go语言去除指定字符串](https://haicoder.net/golang/golang-string-trim.html)**
:two::zero: **[Go语言去除左边指定字符串](https://haicoder.net/golang/golang-string-trimleft.html)**
:two::one: **[Go语言去除右边指定字符串](https://haicoder.net/golang/golang-string-trimright.html)**
:two::two: **[Go语言去除字符串前缀](https://haicoder.net/golang/golang-string-trimprefix.html)**
:two::three: **[Go语言去除字符串后缀](https://haicoder.net/golang/golang-string-trimsuffix.html)**
:two::four: **[Go语言去除指定规则字符串](https://haicoder.net/golang/golang-string-trimfunc.html)**
:two::five: **[Go语言去除左边指定规则字符串](https://haicoder.net/golang/golang-string-trimleftfunc.html)**
:two::six: **[Go语言去除右边指定规则字符串](https://haicoder.net/golang/golang-string-trimrightfunc.html)**
:two::seven: **[Go语言字符串包含子串](https://haicoder.net/golang/golang-string-contains.html)**
:two::eight: **[Go语言字符串包含字符](https://haicoder.net/golang/golang-string-containsrune.html)**
:two::nine: **[Go语言字符串包含字符序列](https://haicoder.net/golang/golang-string-containsany.html)**
:three::zero: **[Go语言字符串遍历处理](https://haicoder.net/golang/golang-string-map.html)**
:three::one: **[Go语言字符串比较](https://haicoder.net/golang/golang-string-equal.html)**
:three::two: **[Go语言字符串大小比较](https://haicoder.net/golang/golang-string-compare.html)**
:three::three: **[Go语言字符串忽略大小写比较](https://haicoder.net/golang/golang-string-equalfold.html)**
:three::four: **[Go语言字符串重复](https://haicoder.net/golang/golang-string-repeat.html)**
:three::five: **[Go语言字符串替换](https://haicoder.net/golang/golang-string-replace.html)**
:three::six: **[Go语言字符串全部替换](https://haicoder.net/golang/golang-string-replaceall.html)**
## **后续**
**首页**:**[Golang学习路线](https://studygolang.com/topics/12247)**
**上一章**:**[Go语言函数](https://studygolang.com/topics/12267)**
**下一章**:**[Go语言集合类(上)](https://studygolang.com/topics/12278)**
因为文章数量过多,整理不易,所以如果更新过慢,请大家谅解,文章我会尽自己最大速度更新,大家可以先关注我,或者收藏下这篇文章,我会持续更新的!
***2020.09.3更,未完待续。。。。。***
有疑问加站长微信联系(非本文作者)