# 有趣案例

该部分将展示一些有趣的正则案例，方便你知道正则的用法，场景、效果。

大致会从“实现效果”、“原理”、“目标字符”、“替换字符串”、“输出设定”几个方面展开。

#### [简单状态栏](/documentation/guan-yu-zheng-ze/you-qu-an-li/jian-dan-zhuang-tai-lan.md)

#### [动态记忆区](/documentation/guan-yu-zheng-ze/you-qu-an-li/dong-tai-ji-yi-qu.md)

#### [地图组件](/documentation/guan-yu-zheng-ze/you-qu-an-li/di-tu-zu-jian.md)

#### [表情包案例](/documentation/guan-yu-zheng-ze/you-qu-an-li/biao-qing-bao-an-li.md)

#### [mumu小手机](/documentation/guan-yu-zheng-ze/you-qu-an-li/mumu-xiao-shou-ji.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://docs.mufy.ai/documentation/guan-yu-zheng-ze/you-qu-an-li.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.
