src/regex/nodematch

    Dark Mode
Search:
Group by:

Procs

func match(n: Node; r: Rune): bool {.inline, ...raises: [], tags: [].}
match for Node of matchable kind. Return whether the node matches the current character or not
func match(n: Node; r: Rune; nxt: Rune): bool {.inline, ...raises: [], tags: [].}
match for Node of assertion kind. Return whether the node matches the current characters or not