Overrides AbstractUnicodeString::replaceMatches
public function replaceMatches(string $fromRegexp, string|callable $to) : static { $str = parent::replaceMatches($fromRegexp, $to); normalizer_is_normalized($str->string) ?: ($str->string = normalizer_normalize($str->string)); return $str; }