[ create a new paste ] login | about

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

PHP, pasted on Jul 2:
1
2
3
<?php
print_r(str_replace("\n", "", "see\nyou\nsoon\n"))
?>


Output:
1
seeyousoon


Create a new paste based on this one


Comments: