# Change Case for Text

> `UiPath.Activities.System.Text.ChangeCase`

`UiPath.Activities.System.Text.ChangeCase`

The Change Case activity allows you to change the case of text.

## Project Compatibility

**Windows | Cross-Platform**

## Configuration

* **Source Text** - The source text to be processed. Click on the "`+`" button next to the field to select the type of input you want to use.
* **Case** - The operation to be performed on the source text. The following options are available:
  + **lower case**
  + **UPPER CASE**
  + **Sentence case**
  + **Capitalize Each Word**
* **Preview** - The preview of the modified source text. Only works for string input. When variables or expressions are used, the preview option is not available.

## Properties Panel

* **Updated text** - The modified text saved as a string or variable.
