# Wildcard Condition

With the help of the Wildcard Condition it is possible to replace any other condition, respectively to match any source against any value. This value can be fixed or defined via a wildcard.

For example, it would be conceivable to use this to replace the user condition by simply entering the user name and matching it with {user.name}. Since this node exists, this is of course pointless. A more sensible use case would be to match the {job.source} in a stream against a predefined extension, for example .MXF.

Be creative.


---

# 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/conditions/misc/wildcard-condition.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.
