# CompactWhiteSpace

·&#x20;**输入**：string (string)

· **输出**：result (string)

· **示例**。如果【字段选择】步骤的输入数据流中的 mystring 字段包含字符串“too   many    spaces”，那么以下函数将返回字符串“too many spaces”：

`CompactWhiteSpace(mystring)`


---

# 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://kettle.gitbook.io/doc/ke-hu-duan-she-ji-qi/han-shu/compactwhitespace.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.
