Searched refs:imageMatch (Results 1 – 1 of 1) sorted by relevance
133 private function parseImageDescriptor(string $imageMatch): array argument135 $sep = strpos($imageMatch, '](');136 $alt = Escape::unescapeBackslashes(substr($imageMatch, 2, $sep - 2));137 $imgUrl = Escape::unescapeBackslashes($this->extractUrl(substr($imageMatch, $sep + 2, -1)));