DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

titlecase

Returns the incoming value with all alphabetic characters converted to title case. Alphabetic is determined by the Unicode character properties.

Example

  • Submitted data: kasper skårhøj
  • Filtered: Kasper Skårhøj
filters {
  1 = titlecase
}