> For the complete documentation index, see [llms.txt](https://emacs-lisp.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu.md).

# 字符串 和 字符

- [4 字符串和字符](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/untitled.md)
- [4.1 字符串基础](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/4.1-zi-fu-chuan-ji-chu.md): 字符和字符串的基础属性
- [4.2 谓语：字符串相关](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/wei-ci-zi-fu-chuan-xiang-guan.md)
- [4.3 创建字符串](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/chuang-jian-zi-fu-chuan.md)
- [4.4 修改字符串](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/xiu-gai-zi-fu-chuan.md): 修改已存在的字符串内容
- [4.5 字符串比较](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/zi-fu-chuan-bi-jiao.md)
- [4.6 字符串转换](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/zi-fu-chuan-zhuan-huan.md)
- [4.7 字符串格式化](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/zi-fu-chuan-ge-shi-hua.md)
- [自定义格式化](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/zi-ding-yi-ge-shi-hua.md)
- [Case Conversion](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/case-conversion.md)
- [Case Table](https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu/case-table.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://emacs-lisp.ivory.cafe/zi-fu-chuan-he-zi-fu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
