# 字符串 和 字符

- [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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
