Asp > Code Snippets
Replace a word in a string with another
Replace a word in a string with another <% Dim strText 'here is our original text strText = "welcome to my beginners ASP" 'display the modified text Response.Write (Replace(strText , "ASP", "php")) %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML