# Case Converter

The **Case Converter** in **Textify** is a simple yet powerful tool for transforming the **selected text** into various naming or text formatting styles—ideal for code refactoring and cleaning up inconsistent text.

<figure><img src="/files/jXjhn8vBnwa069FnP2kX" alt=""><figcaption></figcaption></figure>

***

### 📍 Location

> **Text Editor Menu → Format → Convert Case To**
>
> ![](/files/MVd2HNLahFKeSBsO2lDe)

***

### 🔧 Supported Case Styles

You can convert the currently selected text into the following formats:

| **UPPER CASE**  | my variableName | → `MY VARIABLENAME`                |
| --------------- | --------------- | ---------------------------------- |
| **lower case**  | my variableName | → `my variablename`                |
| **Title Case**  | my variableName | → `My Variablename`                |
| **Capitalize**  | my variableName | → `My variablename` *(first word)* |
| **snake\_case** | my variableName | → `my_variablename`                |
| **CamelCase**   | my variableName | → `MyVariableName`                 |

***

### ❓How to Use

1. Open a text block in Blender’s Text Editor.
2. Select the portion of text you want to convert.
3. Go to **Format → Convert Case To**.
4. Choose your desired case from the dropdown menu.
5. The selected text will be instantly replaced with the new format.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jishnujithu.gitbook.io/textify/tools/case-converter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
