Hyvor Developer
Home
Download
Copy
Code
<?php $str = 'Good Morning'; echo str_replace('Morning', 'Evening', $str);
Result