テキストケース変換
UPPERCASE、lowercase、Title Case、Sentence case、camelCase、snake_caseに変換します。
What is Text Case Converter?
Text Case Converter is a free online tool that transforms text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case instantly. It is useful for normalizing code identifiers, formatting headings, or fixing text pasted from different sources.
How to use
- Paste or type your text into the input box.
- Click the desired case conversion button (UPPER, lower, Title, Sentence, camelCase, snake_case).
- The output appears instantly. Use the Copy button to copy it to your clipboard.
Notes
- camelCase joins words and capitalizes each word after the first (e.g.
myVariableName). - snake_case joins words with underscores and lowercases everything (e.g.
my_variable_name). - Title Case capitalizes the first letter of every word.
FAQ
- What is the difference between Title Case and Sentence case?
- Title Case capitalizes the first letter of every word. Sentence case only capitalizes the first letter of the first word, treating the rest as normal sentence text.
- Can I convert code variable names?
- Yes. camelCase and snake_case conversions split text by spaces and punctuation, making them useful for renaming variables or function names.
- Does it handle non-English characters?
- UPPERCASE and lowercase use the browser's built-in
toUpperCase()andtoLowerCase(), which support most Unicode characters including accented letters.
概要
テキストを大文字・小文字・タイトルケース・文頭大文字へ変換します。見出し統一やラベル整形に便利です。
使い方
- 変換したいテキストを貼り付けます。
- 変換先のケース形式を選択します。
- 結果をコピーして利用します。
使用例
-
見出し整形
入力: hello world from api
出力: Hello World From Api
-
表記揺れ修正
入力: User Profile Name
出力: user profile name
補足
- 略語の大小は手動調整が必要な場合があります。
- タイトルケースは流派によりルールが異なります。
- コード識別子用の命名規約は別途確認してください。
よくある質問
- 記号は保持されますか?
- はい。文字の大小のみ変更し、記号は保持します。
- 日本語混在でも使えますか?
- 使えますが、言語固有の大文字規則は英語ほど厳密ではありません。
- 一括変換できますか?
- 複数行をまとめて貼り付けて変換できます。
Embed this tool
Paste this iframe into any HTML page to embed テキストケース変換 on your site: