開發者命名工具

Camel Case Converter

立即將文字、snake_case、PascalCase、kebab-case 與開發者識別字轉為 camelCase。

100% 在瀏覽器中轉換

偵測:snake_case
camelCase 輸出
userProfileImageUrl

所有命名格式

camelCase
userProfileImageUrl
PascalCase
UserProfileImageUrl
snake_case
user_profile_image_url
kebab-case
user-profile-image-url
CONSTANT_CASE
USER_PROFILE_IMAGE_URL
dot.case
user.profile.image.url
path/case
user/profile/image/url

轉換會在瀏覽器本機執行,輸入不會傳送到轉換伺服器。

不需上傳文字即可轉換開發者識別字

工具會偵測常見命名慣例與單字邊界,並輸出 camelCase、PascalCase、snake_case、kebab-case、CONSTANT_CASE、dot.case 與 path/case。

輸入camelCase 輸出
user_profile_imageuserProfileImage
User Profile URLuserProfileUrl
background-colorbackgroundColor

Camel Case Converter 常見問題

什麼是 camelCase?

camelCase 不使用分隔符號,第一個單字小寫,後續單字首字母大寫,例如 userProfileImage。

轉換器會上傳我的文字嗎?

不會。轉換在你的瀏覽器內執行,不需要把輸入傳送到轉換 API。

API、URL 等縮寫如何處理?

預設會像一般單字一樣正規化。若要保留已知縮寫的大寫形式,請開啟保留縮寫。