Returns the matched nodes
array
public function getNodes() { return array_map(function ($m) { return $m[0]; }, $this->matches); }