New post JDriven blog: DataWeave Delight: Turn String Into Snake Case With underscore #DataWeave #MuleSoft https://blog.jdriven.com/2022/12/DataWeave-Delight-Turn-String-Into-Snake-Case-With-underscore/
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

JDriven Blog