Recommend this page to a friend! |
Classes of jawira | > | PHP Case Converter for Twig | > | tests/Fixtures/to_kebab.test | > | Download |
|
![]() |
--TEST-- "to_kebab" filter --TEMPLATE-- {{ 'JAWIRA'|to_kebab }} {{ 'fooBarBaz'|to_kebab }} {{ ''|to_kebab }} {{ 'HELLO_WORLD'|to_kebab }} --DATA-- return []; --EXPECT-- jawira foo-bar-baz hello-world |