Skip to main content
riqo.ioTools for big ideas

Text case converter

Convert text to lower, UPPER, Title, snake_case, kebab-case or camelCase.

Operation

Note

Deterministic text conversion without NLP or transliteration.

Result

Description

Applies deterministic case conversion and simple tokenization. It does not perform language-aware transliteration or NLP analysis.

Instructions

Enter text and choose the required format. Snake, kebab and camel operations tokenize text according to the V1 runtime rules.

Use cases

Normalize technical names

Prepare snake_case identifiers

Convert labels to camelCase or kebab-case

Examples

snake_case

Input

Hello World

Output

hello_world

Frequently asked questions

Does Title follow every grammatical title-case rule?

No. It is deterministic casing, not language-specific editorial title casing.

Does it transliterate Unicode?

No. V1 performs no NLP transliteration.