Converts from camelCase to snake_case e.g.: camelCase => camel_case
Converts from camelCase to snake_case e.g.: camelCase => camel_case
Borrowed from https://gist.github.com/sidharthkuruvila/3154845?permalink_comment_id=2622928#gistcomment-2622928
the camelCase name to convert
snake_case version of the string passed
(Since version ) see corresponding Javadoc for more information.
Provides helper methods for transforming String instances