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