<?php$Var = 'Jorge \n Anibal\n escobar';$Var = eregi_replace('[\\n|\\r|\\n\\r]', '', $Var);echo $Var;
Standard input is empty
Joge Aibal escoba
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!