mirror of
https://github.com/janet-lang/janet
synced 2025-07-17 09:22:54 +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.