mirror of
https://github.com/janet-lang/janet
synced 2025-05-07 18:04:17 +00:00

(backmatch [tag?]) is similar to a back reference in regular expressions (NOT to backwards capture in a peg). It only matches a pattern if it exactly matches the text of the last capture. It does not consume or push any captures to the capture stack.