Complete VBScript Reference
The Replace function replaces a specified part of a string with another string a specified number of times.
| Parameter | Description |
|---|---|
| string | Required. The string to be searched |
| find | Required. The part of the string that will be replaced |
| replacewith | Required. The replacement substring |
| start | Optional. Specifies the start position. Default is 1. All characters before the start position will be removed. |
| count | Optional. Specifies the number of substitutions to
perform. Default value is -1, which means make all possible substitutions |
| compare | Optional. Specifies the string comparison to use.
Default is 0 Can have one of the following values:
|
Replace the word "beautiful" with "fantastic":
The output of the code above will be:
Replace the letter "i" with "##":
The output of the code above will be:
Replace the letter "i" with "##", starting at position 15:
Note that all characters before position 15 are removed.
The output of the code above will be:
Replace the 2 first occurences of the letter "i" with "##", starting at position 1:
The output of the code above will be:
Replace the letter "t" with "##", with textual, and binary, comparison:
The output of the code above will be:
Complete VBScript Reference
| WEB HOSTING |
|---|
| Best Web Hosting |
| PHP MySQL Hosting |
| Best Hosting Coupons |
| UK Reseller Hosting |
| Cloud Hosting |
| Top Web Hosting |
| $7.95/mo SEO Hosting |
| Premium Website Design |
| WEB BUILDING |
|---|
| XML Editor - Free Trial! |
| FREE Website BUILDER |
| Free Website Templates Free CSS Templates |
| Make Your Own Website |
| W3SCHOOLS EXAMS |
|---|
|
Get Certified in: HTML, CSS, JavaScript, XML, PHP, and ASP |
| W3SCHOOLS BOOKS |
|---|
|
New Books: HTML, CSS JavaScript, and Ajax |
| STATISTICS |
|---|
|
Browser Statistics Browser OS Browser Display |
| SHARE THIS PAGE |
|---|