js用正则表达式查找中文

var content = "awfjawf测试wfewef";
var ret = /p{Unified_Ideograph}+/u.exec(content);
原文地址:https://www.cnblogs.com/IWings/p/12302486.html