Function turnToSnakeCase(const std::string)
Defined in File strManipulation.h
Function Documentation
-
std::string turnToSnakeCase(const std::string input)
Convert string to snake case.
- Parameters:
input – input string to be converted (e.g. “BatteryState”)
- Returns:
std::string output string converted to snake case (e.g. “battery_state”)