Skip to main content
PROPER

Capitalizes the first letter of each word in a text string

Updated over a week ago

Description

The PROPER() function is used to capitalize the first letter of each word in a text string. It's helpful for standardizing text capitalization, making titles or names more presentable, or improving text formatting.

Syntax

PROPER(text)

Output

text

Variables

  1. text: The input text string you want to capitalize correctly.

Example

PROPER(`Original Text`)

ID

Original Text

PROPER

1

hello, world!

Hello, World!

2

example text for users

Example Text For Users

3

sAvant aNaLyTiCs tutorial

Savant Analytics Tutorial

Did this answer your question?