Frequently Asked Questions

What case options are available?

UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and CONSTANT_CASE.

Is my text stored anywhere?

No, everything happens in your browser. No text is sent to any server.

Can I convert programming variable names?

Yes, camelCase, snake_case, kebab-case, and CONSTANT_CASE are specifically useful for programming.