I've been using the following site to test a PHP regex so I don't have to constantly upload: http://www.spaweditor.com/scripts/regex/index.php
Ben aşağıdaki regex kullanarak ediyorum:
/(.*?)\.{3}/
(hiçbir şey ile değiştirilmesi) şu dizesi:
Non-important data...important data...more important data
ve preg_replace dönüyor:
more important data
ama ben geri dönmek için bekliyoruz:
important data...more important data
Ben düşündüm? olmayan açgözlü değiştirici olduğunu. Burada neler oluyor?