expand_braces

Function expand_braces 

Source
pub fn expand_braces(pattern: &str) -> Vec<String>
Expand description

Expand braces (a{b,c}d -> abd, acd)