---
title: "Filter Regex String"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/filterregexstring
markdown: https://docs.nodetool.ai/nodes/nodetool/text/filterregexstring.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/filterregexstring.md
---

# Filter Regex String

**Type:** `nodetool.text.FilterRegexString`

**Namespace:** `nodetool.text`

## Description

Filters a stream of strings using regular expressions.
    filter, regex, pattern, text, stream

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `str` | Input string stream | `` |
| pattern | `str` | The regular expression pattern to match against. | `` |
| full_match | `bool` | Whether to match the entire string or find pattern anywhere in string | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
