Skip to main content

parse_ast_with

Function parse_ast_with 

Source
pub fn parse_ast_with<'s>(
    tb: &mut RegexBuilder,
    pattern: &'s str,
    flags: &PatternFlags,
) -> Result<NodeId, ResharpError>