regex_replace
変数に対して正規表現による検索・置換を行います。
正規表現は、PHP マニュアルの
preg_replace() の構文を使用してください。
パラメータの位置
型
必須
デフォルト
概要
1
string
Yes
n/a
置換するための正規表現
2
string
Yes
n/a
この文字列に置換する
regex_replace
assign('articleTitle', "Infertility unlikely to\nbe passed on, experts say.");
?>
]]>
テンプレート
出力
replace
および
escape
も参照してください。