简单教程
提交运行
代码编辑器:
<script> var str="Visit Twle"; var patt1=/Tw/g; document.write("The text of the RegExp is: " + patt1.source); </script>
运行结果: