Regular expressions will not solve the problem

Source: Internet
Author: User
Regular expressions do not solve the problem of using regular expressions to delete the head and foot pages of a webpage. & nbsp; or is there any other way to delete the head and foot sections of the webpage? ------ solution -------------------- delete a part other than & lt; body & gt? Here is an example. ------ solution ------------------ if this regular expression is used, it will not be solved.
How to use regular expressions to delete head and foot parts of a webpage
The page is generated

Or you can delete the head and foot of a webpage in other ways.

------ Solution --------------------
DeleteOther parts?
Here is an example.
------ Solution --------------------
If so: you can try:
PHP code
$ String ='
  
  
  Regular expressions won't solve the problem-PHP/basic programming
  Dsgtpd
Dsgtpd '; $ Pattern = '/( . * <\/Head>) | ( . * <\/Foot>)/I '; print preg_replace ($ pattern, '', $ string );

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.