Skip to content

fromDotCase

fromDotCase(string) → string · String

Convert from dot.case to separate words.

  • string (required): dot.case string
utlx
fromDotCase("config.max.retries")        // "config max retries"
{
  words: fromDotCase($input.propertyPath)
}

Released under AGPL-3.0.