ntones apps
|
リクエスト

命名規則変換Case Converter

camelCase・snake_case・kebab-case・PascalCaseなど主要な命名規則に一括変換。Convert text to camelCase, snake_case, kebab-case, PascalCase, and more at once.

ブラウザ完結(サーバー非送信)Browser-only (no server upload)

使い方・ユースケース How to Use & Use Cases

テキストを入力すると、camelCase・PascalCase・snake_case・kebab-case・CONSTANT_CASE・Title Case・スペース区切りなど主要な形式に自動で一括変換されます。単語の区切り(スペース・ハイフン・アンダースコア・キャメルケースの境目)を自動判定します。結果はそれぞれコピーできます。 Enter text to instantly convert it into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, and more. Word boundaries (spaces, hyphens, underscores, camelCase transitions) are detected automatically. Copy any result.

変数名・関数名の命名規則をプロジェクトのコーディング規約に合わせたいとき、CSSクラス名とJSの変数名で表記を揃えたいとき、APIレスポンスのキー名をフロント/バックエンドで変換したいときに使えます。 Useful for matching variable and function names to a project's coding conventions, aligning CSS class names with JS variable names, or converting API response keys between frontend and backend styles.

よくある質問FAQ

どの命名規則に対応していますか?Which naming conventions are supported?

camelCase、PascalCase、snake_case、kebab-case、CONSTANT_CASE(UPPER_SNAKE_CASE)、Title Case、lower case、UPPER CASEに対応しています。camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, lower case, and UPPER CASE.

単語の区切りはどう判定していますか?How are word boundaries detected?

スペース・ハイフン(-)・アンダースコア(_)・camelCase/PascalCaseの大文字境目を単語の区切りとして自動検出します。「userFirstName」「user-first-name」「user_first_name」はすべて同じ単語区切りとして扱われます。Spaces, hyphens, underscores, and camelCase/PascalCase capital-letter transitions are treated as word boundaries. "userFirstName", "user-first-name", and "user_first_name" are all parsed as the same words.

日本語のテキストにも使えますか?Does this work with Japanese text?

日本語はスペースなどの区切り文字がない限り1つの単語として扱われます。変数名など英数字ベースの文字列での利用を想定しています。Japanese text without delimiters is treated as a single word. This tool is primarily designed for alphanumeric identifiers like variable names.

ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.

関連ツールRelated Tools