Replace a word
Replace a word in a string with another
Replace a word
<%
Dim strText
‘here is our original text
strText = welcome to my beginners ASP
‘display the modified text
Response.Write (Replace(strText
Related posts:
- Find a word in a string Learn more about Find a word in a string by...
- Trim spaces Learn more about Trim spaces by visiting our website....
- Search and replace on a string Learn more about Search and replace on a string by...
- Open and display a text file Learn more about Open and display a text file by...
- Replace a SubString with another Learn more about Replace a SubString with another by visiting...
Related posts brought to you by Yet Another Related Posts Plugin.

