I am using preg_match function to my program like this
(preg_match('/^(f|ht)tps?\://', $this->sourceFilename))
But it shows a warning like this
Warning: preg_match() [function.preg-match]: Unknown modifier '/'
How can it modify? Please help me!!!