Skip to content

zsdycs/sentence-to-variable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sentence-to-variable

英文句子转变量

在网上居然没有找到在线转的,所以写了这个。

get value name, Get Value Name, GET VALUE NAME。

转为小驼峰,例:getValueName。
转为大驼峰,例:GetValueName。
转为小短横线,例:get-value-name。
转为大短横线,例:Get-value-name。
转为小下划线,例:get_value_name。
转为大下划线,例:Get_value_name。
转为全大写短横线,例:GET-VALUE-NAME。
转为全大写下划线,例:GET_VALUE_NAME。