简单教程
提交运行
代码编辑器:
<script> var str="Visit www.twle.cn Hello World!"; var patt1=/\u0057/g; document.write(str.match(patt1)); </script>
运行结果: