WildcardSearchPattern
implement a search pattern that matches elements whose name matches a pattern with wildcard characters. The wildcard characters that are currently supported are '?' (to match any single character) and '*' (to match zero or more characters).
@coverage dart.engine.search
|
|