TO_SNAKE_CASE can now convert from camel case


TO_SNAKE_CASE can now convert camel case inputs to snake case when from_camel_case is given a value of TRUE.

TO_SNAKE_CASE("helloWorld", from_camel_case: TRUE)

For more information, see our documentation.