Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php53 public const PARTIAL_CLOSETAG = '<\/' . self::PARTIAL_TAGNAME . '\s*[>]';
60 public const PARTIAL_HTMLTAG = '(?:' . self::PARTIAL_OPENTAG . '|' . self::PARTIAL_CLOSETAG . '|' . self::PARTIAL_HTMLCOMMENT . '|' .
191 return '/^(?:' . self::PARTIAL_OPENTAG . '|' . self::PARTIAL_CLOSETAG . ')\\s*$/i';
43 public const PARTIAL_CLOSETAG = '<\/' . self::PARTIAL_TAGNAME . '\s*[>]'; global() define in League\\CommonMark\\Util\\RegexHelper