Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php56 public const PARTIAL_HTMLCOMMENT = '<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->';
60 public const PARTIAL_HTMLTAG = '(?:' . self::PARTIAL_OPENTAG . '|' . self::PARTIAL_CLOSETAG . '|' . self::PARTIAL_HTMLCOMMENT . '|' .
46 public const PARTIAL_HTMLCOMMENT = '<!---->|<!--(?:-?[^>-])(?:-?[^-])*-->'; global() define in League\\CommonMark\\Util\\RegexHelper