[ create a new paste ] login | about

Link: http://codepad.org/b63nu4Ie    [ raw code | output | fork ]

PHP, pasted on Sep 18:
1
2
<?php
echo str_replace('dog', 'cat', 'thats an ugly dog');


Output:
1
thats an ugly cat


Create a new paste based on this one


Comments: