Skip to main content
Best answer by mikes0011

concat(
  a!forEach(
    split(local!myText, " "),
    if(
      fv!isFirst,
      lower(fv!item),
      proper(fv!item)
    )
  )
)

10 replies

stefanhelzle0001
Brainy
November 18, 2022

There is no function to do that.

vinayk2390
November 18, 2022

Is the sample input for this - "Text Should Be In Camel Case"?

November 18, 2022

Yes 

stefanhelzle0001
Brainy
November 18, 2022

Did you try anything? There a plenty of text functions that should help you to implement your own custom expression rule?