テキストをファイルから単語に分割しようとしています
split("[^0-9a-zA-Z]+")
しかし、結果には空の文字列があります。この問題を解決するにはどうすればよいですか?
長さ | 配列内の数値| 単語 | カウント | %
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回貼り付け