開發者命名工具
Camel Case Converter
立即將文字、snake_case、PascalCase、kebab-case 與開發者識別字轉為 camelCase。
100% 在瀏覽器中轉換
偵測:snake_case
camelCase 輸出
userProfileImageUrl
所有命名格式
camelCase
userProfileImageUrlPascalCase
UserProfileImageUrlsnake_case
user_profile_image_urlkebab-case
user-profile-image-urlCONSTANT_CASE
USER_PROFILE_IMAGE_URLdot.case
user.profile.image.urlpath/case
user/profile/image/url轉換會在瀏覽器本機執行,輸入不會傳送到轉換伺服器。
不需上傳文字即可轉換開發者識別字
工具會偵測常見命名慣例與單字邊界,並輸出 camelCase、PascalCase、snake_case、kebab-case、CONSTANT_CASE、dot.case 與 path/case。
| 輸入 | camelCase 輸出 |
|---|---|
| user_profile_image | userProfileImage |
| User Profile URL | userProfileUrl |
| background-color | backgroundColor |
常用開發者 case 工具
已知道來源或目標格式時,可直接使用專用轉換器。
Camel Case Converter 常見問題
什麼是 camelCase?
camelCase 不使用分隔符號,第一個單字小寫,後續單字首字母大寫,例如 userProfileImage。
轉換器會上傳我的文字嗎?
不會。轉換在你的瀏覽器內執行,不需要把輸入傳送到轉換 API。
API、URL 等縮寫如何處理?
預設會像一般單字一樣正規化。若要保留已知縮寫的大寫形式,請開啟保留縮寫。