Here is the string.
$string = <option class="abcd" value="1.5">Some Text with White Spaces</option>
I want to get all matching variables (1.5
& Some Text with White Spaces
) using preg_match_all or something similar. I was doing this a long ago but I don't remember it now. Hope you can help...