Skip to content

Instantly share code, notes, and snippets.

@caiyili
Created October 15, 2014 08:30
Show Gist options
  • Save caiyili/0d709b44b1786b546227 to your computer and use it in GitHub Desktop.
Save caiyili/0d709b44b1786b546227 to your computer and use it in GitHub Desktop.
<?php
preg_replace("/[^\x{4e00}-\x{9fa5}A-Za-z0-9 ,_!@#$%*;?]/u", "", $str);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment