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); Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/285822-get-sentences-from-message/#findComment-1467251 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.