Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmLink.php49 private const URL_CHAR = '(?:\\\\.|[^)\n])'; define in dokuwiki\\Parsing\\ParserMode\\GfmLink
64 private const IMAGE_SUB = '!\[' . self::LABEL_CHAR . '*\]\(' . self::URL_CHAR . '+\)';
80 …ern = '\[(?!\[)(?:' . self::LABEL_CHAR . '+|' . self::IMAGE_SUB . ')\]\(' . self::URL_CHAR . '+\)';
91 … if (preg_match('/^\[(' . self::IMAGE_SUB . ')\]\((' . self::URL_CHAR . '+)\)$/', $match, $m)) {