DataWeave Delight: Turn String Into Snake Case With underscore
In a previous post we learned we can turn a string into a string with kebab casing using dasherize from the dw::core::Strings module. If we want to turn a string into a string with camel casing we can