Glossary

Snake Case

A lowercase format where words are separated with underscores.

Definition

Snake case joins words with underscores and is common in database fields, configuration keys, and some programming ecosystems.

Examples

  • Output: text_formatter_tool

Common Questions

When should I choose snake case?

Choose snake case when your platform, language, or team conventions prefer underscore-separated naming.

Related Concepts

Use This in TechMind Tools

Last updated: 2026-05-10