PHP Bilinmeyen değiştirici '/' hatası

0 Cevap php
preg_replace('/http:///ftp:///', 'https://', $value);

http:// ve ftp:// $value ile değiştirilmesi gereken iç https://

Bu kod hata veriyor:

preg_replace() [function.preg-replace]: Unknown modifier '/' 

What is a true regex for this task?

0 Cevap