1
空字符串我試圖從文件分割文本的話分裂(「[^ 0-9A-ZA-Z] +」)顯示結果
split("[^0-9a-zA-Z]+")
但也有在結果空字符串。我該如何解決這個問題?
長度|數組中的數字| word | count | %
2 [ 1] to 9 5.56 %
0 [ 2] 6 3.70 %
5 [ 3] there 6 3.70 %
6 [ 4] result 3 1.85 %
4 [ 5] text 3 1.85 %
3 [ 6] but 3 1.85 %
輸出是:
I'm trying to split text from file to words
split("[^0-9a-zA-Z]+")
but there are result empty strings too. Is there any solutions to solve this problem?
3次粘貼
您能給出一個您遇到的問題的例子嗎? – Michael
請提供輸入,你得到什麼以及你期望得到什麼。 –
我甚至不知道如何解析你的最後評論... – NPE