underscore

Description

Make an underscored, lowercase form from the expression in the string.

Syntax

{{ <string> | underscore }}

Example

{{ 'FooBar' | underscore }}

returns

foo_bar
© 2024 LocomotiveCMS Terms of use Privacy Policy
Back to top