mini\Util\QueryParser::matchesPattern() Method

private

Signature

private function matchesPattern(string $value, string $pattern): bool

Parameters

Name Type Default Description
$value string required Documentation missing
$pattern string required Documentation missing

Returns

bool

Documentation

Check if a string matches a LIKE pattern with * wildcards

Source

src/Util/QueryParser.php:257-270