C# Remove Non Printable Characters
C# Remove Non Printable Characters – Public class example { public static void main() { string header = * a short string. S = regex.replace (s, @\p {c}+, string.empty); The \p{c} unicode category class matches all control characters, even those outside the ascii table because in.net, unicode. Public…
Read More