This question already has an answer here:
I have used the preg_Replace function in CorePHP as follows:
$d [] = preg_Replace("^0", "", $a);
But I'm getting the following error as:
Warning: preg_replace(): No ending delimiter '^'
What does the No ending delimiter mean? What am I missing here?
</div>