<?php $re = '/\G(\w+\h*==\h*"[^"]*")(?:\h+(?:OR|AND)\h+|$)/'; $str = 'pageType == "static" OR pageType == "item" AND pageRef == "index"'; preg_match_all($re, $str, $matches); print_r($matches[1]);
You have javascript disabled. You will not be able to edit any code.