Edgar_Never_Forever
alphabet Filter in C#?
hey if I wanted to filter out all non alphabetic input from two textboxs (aka punctuation marks, spaces, numbers) so I can compare that they have the same letters. I would filter them before I put the strings into the two arrays right? also does anybody know any properties that could help? I was thinking .CharToArray but idk what else before I sort the arrays
5 replies