Home
last modified time | relevance | path

Searched refs:extractUrl (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmLink.php93 $targetUrl = $this->extractUrl($m[2]);
99 $targetUrl = $this->extractUrl(substr($match, $sep + 2, -1));
121 private function extractUrl(string $inside): string function in dokuwiki\\Parsing\\ParserMode\\GfmLink
137 $imgUrl = Escape::unescapeBackslashes($this->extractUrl(substr($imageMatch, $sep + 2, -1)));