i need to parse a search string for keywords and phrases in php, for example
string 1: value of \"measured response\" detect goal \"method valuation\" study
value of \"measured response\" detect goal \"method valuation\" study
preg_match_all('/(?
This should yield the results you are looking for.
Explanation :
# (?