I found very usefull the function to returne the first sentence from a paragraph.
refer: Returning first sentence from variable in PHP
I have product description in xml file and i want to get the first sentence for a title and the rest as a description.
Example:
Lorem ipsum dolor sit amet. Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
With the refer, I get for title: Lorem ipsum dolor sit amet.
I want to get for description: Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
What is the function to remove the first sentence from a paragraph? (sentence variations end = '.?!')