summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/function/escape.html
blob: 1ff794f9cf68c5f49bca7c523afc6e5ff28a629d (plain)
1
2
3
4
5
{{- /* Escape character */ -}}
{{- /* {?X} -> X */ -}}
{{- $REin := `\{\?(.)\}` -}}
{{- $REout := `$1` -}}
{{- return replaceRE $REin $REout . -}}