> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# Len

Returns the number of characters in a string, including spaces.

## Usage

`Len(string)`

**text** (required) A string or column where each row contains a string.

## Example

`Len("")`

* Returns 0

`Len("Jane ")`

* Returns 5 

`Len("東京大学")`

* Returns 4