Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DATXHeadingParser.php
H A DSetExtHeadingParser.php
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DFootnoteParser.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php130 public static function matchFirst(string $pattern, string $subject, int $offset = 0): ?array
139 public static function matchFirst(string $pattern, string $subject, int $offset = 0): ?array global() function in League\\CommonMark\\Util\\RegexHelper
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md550 - `RegexHelper::matchAll()` (use the new `matchFirst()` method instead)