salt.states.testinframod.
camel_to_snake_case
(camel_input)¶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 June 28, 2022 at 04:10:49 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3004.2.
© 2022 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy