dev-master
9999999-dev
The Requires
The Development Requires
by Matthew Baggett
v1.0
1.0.0.0
The Requires
The Development Requires
by Matthew Baggett
Wallogit.com
2017 © Pedro Peláez
Add the ability to transform from one case style to another programatically., (*2)
Example:, (*3)
{{ input|transform_camel_to_snake }} will output this_is_an_example for the input thisIsAnExample, (*4)
Any combination of the following:, (*5)
thisIsAnExample
this_is_an_example
THIS_IS_AN_EXAMPLE
this-is-an-example
Studly Caps ThisIsAnExample, (*6)
using the format 'transform-from-to-target', (*7)
Written ontop of the wonderful Camel package written by Matthieu Moquet, (*8)