Post Update: VBScript String Clean Functions -3 Methods to Remove or Replace Characters in a String
The following post has been updated to include a number of different methods to remove characters from strings in VBScript. Remove or Replace Characters using regular Expressions Remove or Replace Characters using the Replace Function Remove or Replace Characters without using the Replace Function Details are also provided to remove from a specified set of charcters if found in the input string, or to remove all character expept a rage, such as 0-9, a-z, and A-Z. VBScript String Clean Functions -3 Methods to Remove or Replace Characters in a String - Code-Tips.com