Home
last modified time | relevance | path

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

/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php1608 elseif (self::striAtStart($att, 'on'))
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))
1642 protected static function striAtStart($string, $needle) function in Parsedown