Skip to main content

extract_bracketed

Function extract_bracketed 

Source
pub fn extract_bracketed(
    text: &mut String,
    delimiter: Option<&Delimiter>,
) -> Option<String>
Expand description

Extract a bracketed subexpression at the start of a larger string. defaults to () delimiters.