- 3.6. Function reference
3.6.35. upper() - 3.6.34. truncate()
« Previous - 3.6.36. wordWrap()
Next »
3.6.35. upper()
| Reference | string upper(string $text) |
|---|
Makes all characters uppercase in $text:
<!-- result: "FOO" -->
{upper('Foo')}
This function can operate also on a container of strings, operating on them all and returning the modified container.
- 3.6.35. upper()
3.6. Function reference - « Previous
3.6.34. truncate() - Next »
3.6.36. wordWrap()