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

# To Title Case

**Type:** `nodetool.text.ToTitlecase`

**Namespace:** `nodetool.text`

## Description

Converts text to title case.
    text, transform, titlecase, format

    Use cases:
    - Cleaning user provided titles before display
    - Normalizing headings in generated documents
    - Making list entries easier to scan

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |

## Outputs

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

## Related Nodes

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