expression, $attributes[$attribute]); } /** * Set the regular expression. * * @param string $expression * @return Format_Of */ public function using($expression) { $this->expression = $expression; return $this; } }