工具箱

命名转换

自动识别5 种风格互转

自动识别 camelCase / PascalCase / snake_case / kebab-case / CONSTANT_CASE / 空格分隔,一键输出 5 种命名风格。

camelCase小驼峰 · JS 变量、函数名
userProfileImageUrl
PascalCase大驼峰 · 类名、组件名、类型
UserProfileImageUrl
snake_case下划线 · Python、Ruby、数据库字段
user_profile_image_url
kebab-case短横线 · CSS 类名、URL、HTML 属性
user-profile-image-url
CONSTANT_CASE全大写下划线 · 常量、枚举、环境变量
USER_PROFILE_IMAGE_URL