(?=[^\s])(?=' . self::CONTENT_UNTIL_PARA . '[^\s])'; } /** @inheritdoc */ protected function getExitPattern(): string { return '(?<=[^\s])'; } }