Smarty:upper

2018-10-12 15:53 更新

upper

將變量值轉(zhuǎn)成大寫字母。 等同于PHP的 strtoupper()函數(shù)。

Example 5.23. upper

<?php
$smarty->assign('articleTitle', "If Strike isn't Settled Quickly it may Last a While.");
?>

模板:

{$articleTitle}
{$articleTitle|upper}

輸出:

If Strike isn't Settled Quickly it may Last a While.
IF STRIKE ISN'T SETTLED QUICKLY IT MAY LAST A WHILE.

參見 lower 和 capitalize.

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號