?
? ????? PHP ??? ???? ??? ?? ??
Smarty - the compiling PHP template engine | ||
---|---|---|
Prev 來源:PHP中文社區(qū) | Chapter 5. Variable Modifiers[變量調(diào)節(jié)器] | Next |
Parameter Position參數(shù)位置 | Type類型 | Required必需 | Default默認 | Description |
---|---|---|---|---|
1 | string | Yes | n/a |
This is the regular expression to be replaced. |
2 | string | Yes | n/a | This is the string of text to replace with. 用來替換的文本字串 |
A regular expression search and replace on a variable. Use the syntax for preg_replace() from the PHP manual.
尋找和替換正則表達式 .
欲使用其語法,請參考Php手冊中的preg_replace()函數(shù).
Example 5-15. regex_replace
|
Prev 來源:PHP中文社區(qū) | Home | Next |
nl2br[替換\n為</br> | Up | replace[替換] |