Class BpmStringUtils

java.lang.Object
io.jmix.bpmui.util.BpmStringUtils

public class BpmStringUtils extends Object
  • Method Details

    • camelCaseToWords

      public static String camelCaseToWords(String s)
      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"