Description
Make an underscored, lowercase form from the expression in the string.
Syntax
{{ <string> | underscore }}
Example
{{ 'FooBar' | underscore }}
returns
foo_bar
Make an underscored, lowercase form from the expression in the string.
{{ <string> | underscore }}
{{ 'FooBar' | underscore }}
returns
foo_bar