Initial commit
This commit is contained in:
4
php/String/PHP script to remove part of a string..php
Normal file
4
php/String/PHP script to remove part of a string..php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$my_str = 'The quick brown fox jumps over the lazy dog';
|
||||
echo str_replace("fox", " ", $my_str)."\n";
|
||||
?>
|
||||
Reference in New Issue
Block a user