> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/regex-evaluation/options-regex-evaluation/settings-tab/regular-expression-evaluation-window.md).

# Regular expression evaluation window

You can test your regular expression against three different input strings using the following **Regular expression evaluation** window:

![Regular expression evaluation window](/files/Dk5YEcImfhzCnY99OZ9Y)

If your expression contains a group field, type a string in the Compare section and the option below the string will be split according to your group(s).

The window contains the following options:

| Field                                               | Description                                                                                                                                                                            |
| --------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Please enter a new regular expression or modify** | Specify your regular expression.                                                                                                                                                       |
| **Values to test**                                  | Specify the values (**Value1**, **Value2**, or **Value3**) to test your string. The background will turn green if that value is a match against your expression or red if it does not. |
| **Capture from value**                              | Displays the value of the captured string.                                                                                                                                             |
| **Captured fields**                                 | Displays the value of the captured groups.                                                                                                                                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/regex-evaluation/options-regex-evaluation/settings-tab/regular-expression-evaluation-window.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.
