Replace a Chinese string with a PHP Regular Expression

Source: Internet
Author: User
Tags ereg php regular expression
Mb_regex_encoding (UTF-8); $ string Chinese; $ outstrmb_ereg_replace ([^, simplified, $ string); echo $ outstr ;? Reference www. php. netmanualenfunction. mb-ereg-replace.php original address: PHP regular expression to replace the Chinese string, thank you for sharing.

Mb_regex_encoding ('utf-8'); $ string = 'Chinese; $ outstr = mb_ereg_replace ([^, simplified, $ string); echo $ outstr;?> Reference http://www.php.net/manual/en/function.mb-ereg-replace.php original address: PHP regular expression to replace the Chinese string, thanks to the original author to share.

Mb_regex_encoding ('utf-8 ');

$ String =' Chinese ';

$ Outstr = mb_ereg_replace (' [^ <] + ',' Simplified ', $ String );

Echo $ outstr;

?>

References

Http://www.php.net/manual/en/function.mb-ereg-replace.php

Original article address: Replace the Chinese string with a PHP regular expression. Thank you for sharing 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.