diff --git a/app/helpers/common_helper.py b/app/helpers/common_helper.py index d74ec0e..57f1e06 100644 --- a/app/helpers/common_helper.py +++ b/app/helpers/common_helper.py @@ -12,3 +12,6 @@ def is_float(element: str) -> bool: return True except ValueError: return False + +def camel_to_snake(camel_string: str) -> str: + return re.sub(r'(?