murfy Posted January 31, 2014 Share Posted January 31, 2014 How to correct this to get sentences from message? preg_match_all('/(?:\.|^).+(?:\.|$)/u', $message, $matches); Link to comment https://forums.phpfreaks.com/topic/285822-get-sentences-from-message/ Share on other sites More sharing options...
requinix Posted January 31, 2014 Share Posted January 31, 2014 If you're wondering, we're waiting for you to actually explain what's going on. What the expression does that isn't "correct". What actually is "correct". What you've tried to do to change it. The kind of things that are all in your head but we, not being psychic, are unable to get at. Link to comment https://forums.phpfreaks.com/topic/285822-get-sentences-from-message/#findComment-1467251 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.