<html>
<head>
<title>我的第一個 HTML 頁面</title>
</head>
<script type="text/javascript">
var str="Visit Microsoft!Microsoft sfs Microsoft"
document.write(str.replace(/Microsoft/g, "W3School"))
</script>
</html>
輸出:
Visit W3School!W3School sfs W3School