split_camel_case

split_camel_case(string: str) str[source]

Split string where there are capital letters and enter space instead.

Parameters
stringstr

string to change