create Case Format Transform Function
fun createCaseFormatTransformFunction(fromFormat: CaseFormat, toFormat: CaseFormat): TransformFunction<String, String>(source)
Transform function that will transform a String from one CaseFormat to another.
Parameters
from Format
The CaseFormat to transform from.
to Format
The CaseFormat to transform to.