mirror of https://github.com/databricks/cli.git
6 lines
138 B
Cheetah
6 lines
138 B
Cheetah
|
{{with (regexp "foo.?")}}
|
||
|
{{range $index, $element := (.FindAllString "seafood fool" -1) }}
|
||
|
{{print $index ":" $element}}
|
||
|
{{end}}
|
||
|
{{end}}
|