rex

Macros

macro multiMatch(inp: string; sections: varargs[untyped]): untyped
"Multi regex match". Usage: multiMatch inp:
of pattern1:
x = matches[0]

of pattern2:

  Source Edit