Function kythera_lib::pascal_case_split
source · pub fn pascal_case_split(s: &str) -> Vec<&str, Global>
Expand description
Split a PascalCase string into a vector of its components.
If the string is not PascalCase function returns an empty Vec
.