Sets regex pattern
string $pattern Regex pattern:
$this
public function setPattern($pattern) { $this->pattern = $pattern; return $this; }