Ejemplo n.º 1
0
        public void TestNonAlphas()
        {
            Spelling spelling = new Spelling();

            string result = Spelling.FindNonAlphas();
        }