Files
joshuafhiggins.github.io/themes/LoveIt/layouts/partials/function/escape.html
2023-04-09 00:19:14 -04:00

6 lines
147 B
HTML

{{- /* Escape character */ -}}
{{- /* {?X} -> X */ -}}
{{- $REin := `\{\?(.)\}` -}}
{{- $REout := `$1` -}}
{{- return replaceRE $REin $REout . -}}