You cannot use wildcards for namespaces.
不能将通配符用于名称空间。
You can use wildcards for the match.
可以使用通配符进行匹配。
Use regular expressions for more complex filtering (an asterisk (*) is always added to the beginning and end of the filter string, so there's no need to add wildcards for simple strings).
对更复杂的过滤使用正则表达式(过滤字符串的开头和末尾总是添加一个星号 *,因此没有必要为简单的字符串添加通配符)。
应用推荐