Code Explainers
function fuzzySearch(string $query, array $items, int $limit = 10): array { $query = mb_strtolower(trim($query));