I have this string i want to extract string which is between first occurence of whitespace and last occurence of white space
$string="...ence it is apparent why many are in the favour of the above stance. Another argument i...";
i want to extract this part it is apparent why many are in the favour of the above stance. Another argument
Thanks