Have a look at this thread:
I know that most template conditional statements are in the docs, but there's no mention of "functions" that exist here. However, I see one in many templates and learned of another on these forums.
Am I to understand that only dump()
and link()
are the only ones that exist? If not, what else is there and what is a quick synopsis of what they do?
Specifically, I'm looking to replace a comma in a string/array (something along the lines of PHP str_replace). But, I would like to know if anything else exists as a reference for later.
The developer documentation makes no...
The final entry suggest the
number
function may do what you want. Not one I've played with so I can't say if it'd work.