---
title: "Remove Punctuation"
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/removepunctuation
markdown: https://docs.nodetool.ai/nodes/nodetool/text/removepunctuation.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/removepunctuation.md
---

# Remove Punctuation

**Type:** `nodetool.text.RemovePunctuation`

**Namespace:** `nodetool.text`

## Description

Removes punctuation characters from text.
    text, cleanup, punctuation, normalize

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| replacement | `str` | String to insert where punctuation was removed | `` |
| punctuation | `str` | Characters that should be removed or replaced | `!"#$%&'()*+,-./:;<=>?@[\\]^_`{\|}~` |

## Outputs

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

## Related Nodes

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