pub fn parse_str_and_optimize_tokens(
i: &str,
field_naming_scheme: FieldNamingScheme,
) -> Result<Vec<MatcherToken>, PrettyParseError<'_>>
Expand description
Parse the provided “matcher string” and then optimize the tokens.
pub fn parse_str_and_optimize_tokens(
i: &str,
field_naming_scheme: FieldNamingScheme,
) -> Result<Vec<MatcherToken>, PrettyParseError<'_>>
Parse the provided “matcher string” and then optimize the tokens.