public function getQuotedStringPattern(string $quote) : string { return '~^' . \sprintf($this->quotedStringPattern, $quote) . '~i'; }