Solution to regular expression angle brackets mismatch
Source: Internet
Author: User
The regular expression angle brackets cannot match the regular expression when the webpage title is extracted in the morning:/& lt; title & gt ;(*.) & lt; \/title & gt;/, but it is not matched. try/& lt; p & gt ;(. *) & lt; \/p & gt. Is it not recognizable if & lt; appears in the difficulty regular expression? the regular expression angle brackets cannot match
When extracting the webpage title in the morning, use the regular expression :/ (*.) <\/Title>/, but the match is always unsuccessful. try/<p> (. *) <\/p>. <Br> is it difficult to identify when a regular expression appears? I don't know where the problem is. <Br> <br/> ------ solution -------------------- <br/>/<title> (. *) <\/title>/s // reversed <br/> ------ solution -------------------- <br/> matching <> <br> *. change. * <br> paste sample code and data <br/> ------ solution -------------------- <br/> <dl class = "code"> PHP code <pre> $ text = "<title> Hello"; Preg_match_all ("/ (. *) <\/Title>/I ", $ text, $ result); var_dump ($ re );
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