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.


📍 Location

Text Editor Menu → Format → Convert Case To


🔧 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.

Last updated