Skip to main content

split_top_level_commas

Function split_top_level_commas 

Source
fn split_top_level_commas(s: &str) -> impl Iterator<Item = &str>
Expand description

Split a token string on top-level commas (ignoring commas inside (...) groups).