Go templates functions for body transform middleware

Guys - is there a list of Go functions that are included in the body transform middleware. I see a limited set working (range, if, etc) but if I try some of the inbuilt functions detailed here Introduction to Hugo Templating | Hugo such as delimit, split etc the Test in the dashboard returns function not defined.

The docs also mentioned Sprig functions being included but it is not clear how to call them either without getting a function not defined response.

1 Like

So far I have failed with split and first. Are all these functions supported? If not, is there a subset of what is supported?
Using slice like this
{{$sliceId:= split "12333-ASSDDSW" "-"}}

and then to display

{{ index $sliceId 0 }}