Converts camelCase (or CamelCase) to snake_case. From https://codereview.stackexchange.com/questions/185966/functions-to-convert-camelcase-strings-to-snake-case
camel_input (str) -- The camelcase or CamelCase string to convert to snake_case
:return str
Generated on January 08, 2025 at 20:47:56 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2025 VMware, Inc. | Privacy Policy