提交 b8369fe8 编写于 作者: zhouweidong's avatar zhouweidong

驼峰转换

上级 ad35644b
......@@ -5,10 +5,9 @@
<#if ((pub.getPSSFStyleParam().getStyleParam("camelCase",""))!'') == "true">
<#if result?matches("^[A-Z]{3}\\w*")>
<#assign result = result?lower_case>
<#else>
</#if>
<#assign result = srfcaseformat(result,'UC2l_u')>
<#assign result = srfcaseformat(result,'l_u2lC')>
</#if>
<#else>
<#assign result = srfcaseformat(result,'l_u2lC')>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册