[PHP-users 35316] Re: ある一定範囲で最初に出現した文字列にのみ*マーク付加

Manabu Masuzawa gaku-mszw520 @ themis.ocn.ne.jp
2010年 8月 4日 (水) 18:21:07 JST


ミワさん

早速にありがとうございます。
この記述していただいたプログラムを参考にトライしてみます。

> -----
> $text = '最初に出現文字列最初に出現文字列最初に出現文字列最初に出現文字列';
> $keyword = '出現';
> $pattern = sprintf('/^(.*?)(%s)/s', $keyword);
> $replacement = '$1*$2';
> echo preg_replace($pattern, $replacement, $text);
> -----


__________ Information from ESET NOD32 Antivirus, version of virus signature database 5338 (20100803) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com





PHP-users メーリングリストの案内