不必用正则。
%本来就是模糊匹配。
$str = "中国";
$sql="select * from tbl_name where field_name like '%" . $str . "%'";仅此而已。