Edgar_Never_Forever
alphabet Filter in C#?
Hey thanks for the advice and the reg ex thing but I remembered ASCII and how each character has value associated with it. So I just did .ToUpper.ToCharArray with the users input then used if statement’s >= 65 (A) and <= 90 (Z) in a foreach loop to filter out the letters
5 replies