I have a input string like:
$str=":this is a applepie :) ";
How can I remove the first occurring :
with PHP?
Desired output: this is a applepie :)
I have a input string like:
$str=":this is a applepie :) ";
How can I remove the first occurring :
with PHP?
Desired output: this is a applepie :)