java:算法 - 統計字符

題目:輸入一行字符,分別統計出其中英文字母、空格、數字和其它字符的個數。 程序分析:使用String.matches(regex)來判斷字符串中每一個字符的種類java /* *given a input of String, count statistics. *the return array of 2 dimension gives such statistics as * the tota
相關文章
相關標籤/搜索