public function orMatches($regExp) { return $this->orX(Expr::matches($regExp)); }
public function andMatches($regExp) { return $this->andX(Expr::matches($regExp)); }