<html>
<body>
<script type="text/javascript">
var str="Visit W3School. Hello World!";
var patt1=/\127/g;
document.write(str.match(patt1));
</script>
</body>
</html>