示例#1
0
        public static void AlphaNumericReturnsAlphaNumericString(string text)
        {
            text = StringUtils.AlphaNumeric(text);

            Assert.AreEqual("a2c", text);
        }