Contact Us

We'd love to hear from you — whether it's a bug report, a feature request, or just a question about how something works.

✉️

Email Us

The best way to reach us is by email. We typically respond within 1–3 business days.

🐛

Report a Bug

Found something that's not working correctly? Please include the following in your message:

  • Which transformation produced the unexpected result
  • The input text you used (or a short sample)
  • What you expected vs. what actually happened
  • Your browser and operating system
💡

Feature Requests

Have an idea for a new transformation or a quality-of-life improvement? We're always looking for ways to make Text Tools more useful. Tell us:

  • What transformation or feature you'd like
  • Your use case — what problem would it solve?
  • Any examples of what the output should look like
🌐

Language Issues

We support 15 interface languages. If you notice a translation error or would like to help improve a translation, please send us the language, the incorrect text, and your suggested correction.

Frequently Asked Questions

Is Text Tools really free?

Yes. Text Tools is completely free to use with no account, no sign-up, and no hidden fees. The site is supported by advertising.

Is my text private?

Absolutely. All transformations run in your browser. Your text is never sent to our servers, never logged, and never stored. We have no way to see what you type.

Can I use it offline?

Once the page is loaded, the transformations and statistics all work without an internet connection since they run entirely in JavaScript in your browser.

How do I request a new language?

Send us an email at contact@tolower.dev with the language you'd like to see added. If you're able to provide translations for the ~40 UI strings, we can add it much faster.

Why does camelCase strip special characters?

The camelCase and snake_case converters are designed for use in source code, where identifiers typically contain only ASCII alphanumeric characters. Accented characters and symbols are normalized and removed to produce valid identifiers. If you need to preserve them, use Title Case or a different transformation instead.