mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
8e410b830a
Adding string interpolation support to the Rego language. An interpolated string is composed of a template-string that can contain zero or more template-expressions that interpolates values into the string generated at eval-time. Requires the `template_strings` capability feature and `internal.template_string` built-in function. Implements: #4733