For example, I have strings like these, there could be any characters between two opening and closing curly braces. So, what could be the regex for these examples?
{{.registry}}
{{ if de .proxy "" }}
{{ end -}}
{{.test_client}}
I was trying this, but it´s not working.
/{{([^}]*)}}/