3.6. Function reference
3.6.18. lower()
3.6.17. isUrl()
« Previous
3.6.19. money()
Next »

3.6.18. lower()

Referencestring lower(string $text)

Makes all characters lowercase in $text:

<!-- result: "foo" -->
{lower('Foo')}

This function can operate also on a container of strings, operating on them all and returning the modified container.

3.6.18. lower()
3.6. Function reference
« Previous
3.6.17. isUrl()
Next »
3.6.19. money()