split_coma

Function split_coma 

Source
pub fn split_coma(s: &str) -> Vec<String>
Expand description

Parse coma separated list of parents. TODO: Implement using regexp