我正在使用以下正则表达式将字符串拆分为数组。一切都很好,但由于某种原因,它没有与\.(space)
. 我需要如何更改它才能使其正常工作?
$sentences = preg_split(" / (\. |, and|, or|, but|, nor|, so|, for|, yet|after|although|as|as if|as long as|because|before|even if|even though|if|once|provided|since|so that|that|though|till|unless|until|what|when|whenever|wherever|whether|while) /",$sentences);