驼峰格式的辅助转换工具 HumpTransfer - Plugin Jetbrains
- Transfer2Hump
- 将非驼峰字符串转换成驼峰字符串形式
- Transfer2Hump-UpperChar0
- 将非驼峰字符串转换成驼峰字符串形式,首字母大写
- Transfer2UnderLine
- 将驼峰字符串转换成下划线字符串形式
- Transfer2UnderLine-UpperCase
- 将驼峰字符串转换成下划线字符串形式,强制转大写
Fix the bug and optimization docs.
Fix the bug which will make the first char UPPERCASE when transfer a single LOWERCASE word to underline form.
version: 0.1.4
Since 2019-08-27 10:05 ## Description- 修复原全部为小写字母的单个词语在转换时出现首字母被大写转换问题
Fix some bugs and optimization codes
Now,transfer is more accurate and faster!
version: 0.1.3
Since 2019-08-27 10:05- 1.修复在转换下划线格式时,如遇前后相同结构的时候,会出现重复转换问题
- 2.优化驼峰和下划线转换方式,极大提高了精度和速度
Fix dangerous bug
Sorry to published the above version
version: 0.1.2
Since 2019/8/20 18:45- 1.修复由于过度处理结尾下划线而导致转换下划线失败问题
- 2.优化转换过程
version: 0.1.1
Since 2019/8/17 16:51- 1.修复在转换过程中会丢失字符的问题
- 2.现在所有的转换操作支持批量转换