parse_string_expression

Function parse_string_expression 

Source
pub fn parse_string_expression(
    diagnostics: &mut RevsetDiagnostics,
    text: &str,
) -> Result<StringExpression, RevsetParseError>
Expand description

Parses text into a string matcher expression.