Alphabetical index

Note:

As of FreeMarker 2.3.23, you can use camel case instead of snake case for directive names, like startsWith instead of starts_with. But know that then within the same template, FreeMarker will enforce the usage of camel case for all identifiers that are part of the template language (user defined names are not affected).

See the built-ins filtered by left-hand-value type here.

If you don't find a built-in here that you have seen in a working template, probably you will find it here: Deprecated FTL constructs