wild card character

通配符:在计算机编程中
常用释义
通配符:在计算机编程中,用于匹配一系列字符的特殊字符。

例句

1·You may include a "default" case at the end of a pattern match, either using the underscore wild card character or a meaningfully-named variable.

你可以在模式匹配的最后包含一个“default”默认case,可以使用下划线通配符,或者有含义的变量名。

2·You can use an underscore (Scala's standard wild card character) as a placeholder to catch any type of exception (really, to match any case in a pattern matching expression).

你可以使用一个下划线(Scala的标准通配符)作为占位符来捕捉任意类型的异常(不骗你,它可以匹配模式匹配表达式的任何case)。

3·To enter a String value using the like operator, type directly into the value field using the % character as a wild card for a text pattern.

在使用 like 操作符时,在 Value 框中直接输入字符串值并使用 % 字符作为文本模式的通配符。