PHP is replacing the question, how to replace it in this form

Source: Internet
Author: User
PHP Regular replacement problem, how to replace this form?




three-day two-night thriller Park

Welcome to the thriller Park.
This is not only a game, but also a challenge and trial.
Fear is human instinct, it makes people weak, panic, and thus make mistakes.
Money can arm the players, but wisdom and courage cannot be bought.
...









three-day two-night thriller Park

Welcome to the thriller Park. This is not only a game, but also a challenge and trial. Fear is human instinct, it makes people weak, panic, and thus make mistakes. Money can arm the players, but wisdom and courage cannot be bought. ...





Filter out the carriage returns and spaces between the text instead of the space between the HTML and the carriage return.
------Solution--------------------
 
  $str =<<
 <>



Three

Days

Two-night Thrill Park

Welcome to

To the thriller Park.
This is not only a game, but also a challenge and trial.
Fear is the human instinct, it makes a man weak,


Panic, and thus make mistakes. XX zzzz


Xxx


Money can play the player



installed, but wisdom and courage can not be bought.
...








EOD;


function Shanchu ($STR) {

$str = preg_replace ('/\s/', ' ', $str);
$str = preg_replace ('/\n/', ' ', $str);

Return ' > ' $str. ' < ';
}



echo ""; <br/><br/>print_r (Preg_replace ("/\> (. +?) \</esi "," Shanchu (' \\1 ') ", $str)); <br/>echo"";
echo "
";
Exit
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.