Questions about replacing a preg_replace regular expression

Source: Internet
Author: User
About the replacement of a preg_replace regular expression in a recent Sina application, replace @ example with & lt; ahref = & quot; replace with a preg_replace regular expression.
Recently launched Sina application
Replace @ example with @ example

With the help of others, I wrote a regular expression.

PHP code
  $ T = preg_replace ("/* @ ([\ x {4e00}-\ x {9fa5} A-Za-z0-9 _] *)? /U "," @ \ 1 ", $ t );


It is found that if it is a normal Weibo nickname, it will be replaced with normal

However, once you encounter "@-example"

If there is a nickname "-", it will automatically add a space in front of "-" and become @-example

Excuse me, where is the problem?

Thank you ~ \ (Too many rows )/~ La la

------ Solution --------------------
([\ X {4e00}-\ x {9fa5} A-Za-z0-9 _] *)
This does not include-

Just add it.

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.