如何將字符串拆分爲從列表編號開始的數組,例如字符串中的「2.」。如何查找由數字和符號組成的字符串,如PHP中的「2.」(點後的空格)?
輸入:
1. new zealand 0.909991233 2. france and it territories 0.114444444 3. united states 0.99991119991 and so on
輸出:
array (
"1. new zealand 0.909991233",
"2. france and it territories 0.114444444",
"3. united states 0.99991119991"
)
提前感謝!
PS。我知道它不是很容易;)
[足夠關閉?](http://3v4l.org/hgIol) – Passerby
THX的迴應!現在我有一個方向去哪裏!我正在對數據集進行測試,看起來在第10次上市後的正則表達式開始打破它不應該的數字。我會做更多的測試,並會更新這篇文章。 Thx再次! –