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.