databricks-cli/libs/template/testdata/regexp-compile/template/hello.tmpl

6 lines
138 B
Cheetah

{{with (regexp "foo.?")}}
{{range $index, $element := (.FindAllString "seafood fool" -1) }}
{{print $index ":" $element}}
{{end}}
{{end}}