snake
Convert text to snake_case.
Syntax
{{ value | snake }}Example
Basic usage
1{2 "title": "Hello World"3}1{{ title | snake }}1hello_worldConvert text to snake_case.
{{ value | snake }}1{2 "title": "Hello World"3}1{{ title | snake }}1hello_world