Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php71 public const REGEX_NON_SPACE = '/[^ \t\f\v\r\n]/';
61 public const REGEX_NON_SPACE = '/[^ \t\f\v\r\n]/'; global() define in League\\CommonMark\\Util\\RegexHelper