<html>
<body>
<script type="text/javascript">
var str="Visit W3xue!"
document.write(str.search(/W3xue/i))
</script>
</body>
</html>