> For the complete documentation index, see [llms.txt](https://doc.macrohard.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.macrohard.cn/templates/string.md).

# 字符串

- [字符串分割](https://doc.macrohard.cn/templates/string/split.md)
- [KMP 算法](https://doc.macrohard.cn/templates/string/kmp.md)
- [Manacher 算法](https://doc.macrohard.cn/templates/string/manacher.md)
- [AC 自动机](https://doc.macrohard.cn/templates/string/ac-automaton.md)
- [高精度](https://doc.macrohard.cn/templates/string/big-number.md)
