Skip to content

fromPathCase

fromPathCase(string) → string · String

Convert from path/case to separate words.

  • string (required): path/case string
utlx
fromPathCase("my/path/name")             // "my path name"
{
  label: fromPathCase($input.route)
}

Released under AGPL-3.0.