Code Library
Home Submit Free Hosting Link To Us Contacts

VBScript Replace text in a string

VBScript Replace text in a string VBScript VBScript Replace text in a string Download (.zip)



<html>
<body>

<script type="text/vbscript">
text="Hello boy!"
document.write(Replace(text, "boy", "friend"))
</script>

</body>
</html>






VBScript Replace text in a string