wildcard character

通配符:在计算机编程中
常用释义
通配符:在计算机编程中,用于代替任意字符或字符串的特殊字符。

例句

1·For a list of valid wildcard characters, see the section wildcard character reference.

要查看有效通配符的列表,请参见通配符参考一节。

2·The final wildcard character means all topics that start with Midi/Short/ are subscribed to.

最后的通配符表明所有以 Midi/Short/ 开始的主题都是需要订阅的。

3·Notice in the previous example I used the * wildcard character to download any file matching peb_aud*.

注意,在前面的示例中使用 * 通配符下载与 peb_aud* 匹配的任何文件。

4·For example, you can use a wildcard character called a joker — a dot (.) that matches any character but one at the end of a line.

例如,可以使用称为百搭(joker)—一个句点(.)—的通配符,它可以与一行中除了最后一个字符以外的任何一个字符相匹配。

5·File extensions are preceded with the asterisk wildcard character, and are delimited in the list of file extensions by a semicolon.

文件扩展名前面带有星号通配符,在文件扩展名列表中以分号分隔各个扩展名。

6·You can match each character in the string expression against a specific character, a wildcard character, a character list, or a character range.

您可以将字符串表达式中的每个字符与具体字符、通配符、字符列表或字符范围进行匹配。

7·The first step is to create a compatible regular expression out of each query word, although modification is only required if the word contains a wildcard character: *.

第一步是创建与每个查询词一致的正则表达式,只有在查询词包含通配符 * 时才需要修改。

8·By using the underscore (remember the wildcard character in Scala?), you effectively tell the Scala compiler that all of the members inside BigInteger should be brought into scope.

您可以使用下划线(还记得Scala中的通配符吧?)有效地告知scala编译器BigInteger内的所有成员都需要置入作用域。

9·An asterisk wildcard is not supported as the first character in a text search term, however.

但是,在文本搜索项的第一个字符中,并不支持星号通配符。

10·Net search Extender supports two kinds of character masking for wildcard search.

Net Search Extender支持两种用于通配符搜索的字符匹配。