Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DEscapableParser.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php108 if ($c === '\\' && ($peek = $cursor->peek()) !== null && RegexHelper::isEscapable($peek)) {
H A DRegexHelper.php81 public static function isEscapable(string $character): bool
69 public static function isEscapable(string $character): bool global() function in League\\CommonMark\\Util\\RegexHelper
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md