Package io.jmix.bpmui.util
Class BpmStringUtils
java.lang.Object
io.jmix.bpmui.util.BpmStringUtils
-
Method Summary
-
Method Details
-
camelCaseToWords
Transforms a camel case string into words. The first word in the result will start with a capital letter. "thisString" will be transformed to "This string"
-