MCPcopy Create free account
hub / github.com/davidblewett/rure-python / parser_ignore_whitespace

Function parser_ignore_whitespace

regex/regex-syntax/src/ast/parse.rs:2325–2328  ·  view source on GitHub ↗
(pattern: &str)

Source from the content-addressed store, hash-verified

2323 }
2324
2325 fn parser_ignore_whitespace(pattern: &str) -> ParserI<Parser> {
2326 let p = ParserBuilder::new().ignore_whitespace(true).build();
2327 ParserI::new(p, pattern)
2328 }
2329
2330 /// Short alias for creating a new span.
2331 fn nspan(start: Position, end: Position) -> Span {

Callers

nothing calls this directly

Calls 2

buildMethod · 0.45
ignore_whitespaceMethod · 0.45

Tested by

no test coverage detected