public function replaces($pattern, $replacement) { $this->pattern = $pattern; $this->replacement = $replacement; return $this; }