<html>
<body>
<script type="text/javascript">
var str="Visit W3xue";
var patt1=/\xue/g;
document.write(str.match(patt1));
</script>
</body>
</html>