| 18 April 2002 |
Replace() |
| Author | Michel Sijmons, original by Jeff Shahan. |
| Action | The function replace all subString in a String with another subString. |
| Syntax | Replace (SourceString, ChrToReplace, ReplacementChr) |
| Parameters | SourceString (Required / String) The text in which you want to replace some characters. ChrToReplace (Required / String) The string you want to replace. ReplacementChr (Required / String) The string you want to replace with. |
| Remarks | The function is case unaware. |
| Returns | A String with all subStrings change to a new subString. |
| Dependencies | None. |
| Examples | |
| Source | |