I can't match the results with a <.

Source: Internet
Author: User
Ask for help: Add a <就无法匹配到结果了

$str = ' ADFEFDFDF 2014/5/2fafefdfef. ';
Preg_match_all (' #if \s+codition= (. *) \s*> #U ', $str, $arr);
Echo '
';
Print_r ($arr);

No <得到的结果是
<>

Array
(
[0] = = Array
(
[0] = if codition= ("{$name} eq 1") >
)

[1] = = Array
(
[0] = = ("{$name} eq 1")
)

)

But
Have <
 
$str = ' adfefdfdf Preg_match_all (' # #U ', $str, $arr);
Echo '
 Print_r ($arr);            

Results
 
Array
(
[0] + = Array
(
[0] = =
)

[1] = = Array
(
[0] = ("{$name} eq 1")
)
)


Why did you add a name that doesn't match the result, or is it not a meta-character, who can answer it?

------Solution--------------------
You'll know the source file in your browser

The browser is interpreted as HTML tag
with the pre is not able to block, to use the XMP line
  • 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.