# Regex Apply Action

With the help of the Regex Apply Action it is possible to clean a string (for example a project name) via a REGEX. For example, if the permitted characters were restricted to a-A and 0-1 and this REGEX was applied to the string, all characters that do not meet this requirement would be replaced. It is possible to define with which other characters these should be replaced. The conformed string is available via the wildcard {stream.last\_result} or via {node.result.?} And can thus be used in the stream in the corrected form.


---

# 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.helmut.de/helmut4-releases/v4.6.0/helmut4-components/streamdesigner/nodes/actions/misc/regex-apply-action.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.
