Regex ve php kullanırken ilk eşleşmeyi atlamak için yine de var mı.
Ya da bu kullanma str_replace ulaşılmış bazı yoludur.
Teşekkürler
UPDATE I am trying to remove all the instances of a string from another string but I want to retain the first occurance e.g
$toRemove = 'test';
$string = 'This is a test string to test to removing the word test';
Ouput string would be:
Bu test kelimesini kaldırarak test için bir test dizedir