src/regex/nodematch

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
func swapCase(r: Rune): Rune {....raises: [], tags: [].}