一致する文字列が重複しないように存在するかどうかを確認するように正規表現を調整するにはどうすればよいですか
ここに私が欲しいものの例があります(偽のコード)
$string = "1234";
$replacement = "/$1(5?)/"; // this should check if "5" is in $string, if not then add it with $1
preg_replace('/(.*)/', $replacement, $string);
の良い提案は$replacement
何ですか? 1 行コード
のみを使用し、他の機能は使用したくないpreg_replace