VBScript String Clean Functions -3 Methods to Remove or Replace Characters in a String
VBScript String Clean Functions -3 Methods to Remove or Replace Characters in a String Original Post: 21st April 2009 Updated: 16th March 2010 The following VBScript / VBA function removes special (illegal in file names) characters from a string and returns a clean string. Illegal/special characters are replaced by a space by default, but can be set to replace specific characters with another string/character. The function can be used to remove characters not supported in filenames and directory names of the file system, SharePoint lists, etc.