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