---
title: "Find All Regex Matches"
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/findallregexmatches
markdown: https://docs.nodetool.ai/nodes/nodetool/text/findallregexmatches.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/findallregexmatches.md
---

# Find All Regex Matches

**Type:** `nodetool.text.FindAllRegex`

**Namespace:** `nodetool.text`

## Description

Finds all regex matches in text as separate substrings.
    text, regex, find

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| regex | `str` |  | `` |
| dotall | `bool` |  | `false` |
| ignorecase | `bool` |  | `false` |
| multiline | `bool` |  | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `list[str]` |  |

## Related Nodes

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