Lava Filters - Humanize

Category:Text

Description:This filter takes computer friendly strings like 'camelCase', 'underscore_a_point' or 'css-classes' and makes them friendly to us humans... 'Camel case', 'underscore a point' or 'css classes'.
Input: "Workflow": { "AssemblyName": "MandrillSmtp" }
Lava: This workflow is using the '{{ Workflow.AssemblyName | Humanize }}' component.
Output: This workflow is using the 'Mandrill Smtp' component.