作者: Bunta
日時: 2006/10/24(19:48)
 以下は2バイト文字でやらないと意味がなかったのかも。
 でも、大丈夫でした。
 (いつもレス上げてから気づくのです。失礼しました)

(?>)  possessive; greedy and does not backtrack after repeated

>type test.txt
ああああああいう

>jperl -pe "s/(?>あ+)いう/かかか/;" test.txt
かかか

>jperl -pe "s/(?>あ+)あいう/かかか/;" test.txt
ああああああいう


文太