简单教程
提交运行
代码编辑器:
<script> var str="Hi, I'am Ys, Yes's shortcut,estYs"; var patt1=/\BYs/g; document.write(str.match(patt1)); </script>
运行结果: