Split string at hyphen characters too

前端 未结 3 1809
故里飘歌
故里飘歌 2021-01-21 18:28

The line below splits my string on (.), (,), (:) and newline (\\n) characters.

String[] textPhrases = text.sp         


        
3条回答
提交回复
热议问题