数据流列驼峰案例
Dataflow column Camel case
我正在使用 initCap(regexReplace($$,' ',''))
从我的列中删除空格并将第一个字符大写,但是有驼峰式大小写吗?
例子
大于十 = GreaterThanTen?
replace(initCap('Greater than ten'),' ','')
我正在使用 initCap(regexReplace($$,' ',''))
从我的列中删除空格并将第一个字符大写,但是有驼峰式大小写吗?
例子
大于十 = GreaterThanTen?
replace(initCap('Greater than ten'),' ','')