Код: Выделить всё
CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_HYPHEN,"B2BNewQuoteProcess");
Я ищу "b2b-new-quote-process"...
Как это сделать в Java?
Подробнее здесь: https://stackoverflow.com/questions/475 ... guous-capi
Код: Выделить всё
CaseFormat.UPPER_CAMEL.to(CaseFormat.LOWER_HYPHEN,"B2BNewQuoteProcess");