public static string CleanupSpecialChars( string text, char[] undesiredChars, char replacementChar )
Parameters
- text
 - Input string
 - undesiredChars
 - Array of other undesired characters that are not special but should be removed as well
 - replacementChar
 - The character to user for replacement
 
Return Value
Input string without special characters and undesired characters