MATCHER variable
The placeholder pattern as a source string: @{name}, where the name is letters, digits and underscores.
Signature:
MATCHER = "@\\{([a-z0-9_]+?)\\}"
Remarks
Exported so a service can compile its own matcher — to validate a definition of its own, say — rather than hard-coding the syntax a second time.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.