Clean String Functions - Remove Unwanted Characters
Source: http://www.code-tips.com/2009/04/vbscript-string-clean-function-remove.html Specify specific characters to remove or replace Function strClean (strtoclean) Dim objRegExp, outputStr Set objRegExp = New Regexp objRegExp.IgnoreCase = True ...