Match a backspace if in character matching mode.
比赛一退格如果在字符匹配模式。
The final mapping also passes a third argument, to make the "boxing" character match its comment introducer.
最后一个映射传递第三个参数,使得 “boxing”字符匹配它的注释导入器。
It seemed to match his character.
这似乎符合他的性格。
Because of the realistic look of computer animation, an animator need to be aware of how far to push the motion. The motion should match the design of the character and the world.
因为计算机动画的写实视觉,一个动画师需要知道让运动到什么样的程度,该运动应该与角色的设计相匹配并与它所处的的世界相协调。
You can enclose one or more characters in square brackets to create a set; any character in the set will match.
可以使用方括号将一个或多个字符括起来,以创建一个集合,该集合中的任何字符都可以匹配。
The first is to use the * and ? wildcards to match any or a single character, respectively.
第一个技巧是使用 *和 ?通配符来分别匹配任何或单个字符 。
You can also use "." (a period) to match any single character.
您还可以使用“.” (点号)匹配任何单个的字符。
If you want to match a pattern multiple times within a character sequence, the above code snippets are a good place to start.
如果您想在一个字符序列中多次匹配一个模式,上面的代码片段是一个很好的起点。
The + character means to match one or more of the previous element.
字符表示匹配一个或多个前面的元素。
The ? character means to match zero or one instance of the previous pattern element; the * character means to match zero or more of the previous element.
字符表示匹配前面模式元素的零个或一个实例,* 字符表示匹配前面元素的零个或多个实例。
If set to 1 the position of the first character after the match is returned.
如果设置为1,则返回匹配之后的第一个字符的位置。
You can use the motion capture data as a starting place, tweak the timing and poses to make it more caricatured, then apply it to the chicken and the motion will match the design of the character.
你可以用运动捕捉数据作为一个起始位置,调整时间和姿势使它更卡通化,然后把它应用在小鸡角色上,那么运动就会适合角色的设计了。
The above expression combines character groups, greedy operators, back-tracking, and atomic groups to match nested tags.
以上表达式综合运用了字符分组,贪婪操作符、回溯,以及最小化组团来匹配嵌套标签。
One little thing that is a bit subtle is that we bother to match \ \ 2 — which looking above is just a whitespace character.
有一件事比较麻烦,那就是匹配\ \2——它看上去就是一个空格字符。
Any single character or series of characters can be used to match itself or themselves, as in the "admin" example above.
任何单个字符或一串字符都可以匹配字符本身,例如上面的“admin”的例子。
The ? operator works in the shell, too, but is interpreted as ., or match any single character.
操作符在Shell 中也可以工作,但是被解释为.,即匹配任意单个字符。
If the addsuffix shell variable is set along with automatic Tab completion, it's easier to distinguish folders because tcsh suffixes them with a / character when a match is found.
如果同时设置 addsuffixshell变量和自动Tab补齐,那么在找到匹配时tcsh 会在文件夹后面加上一个 /字符,这样就更容易区分出文件夹。
The... WC production syntax means that a word character must follow the a, but will not be consumed in the match.
WC产品语法意味着,文字字符必须跟在a之后,但不在匹配中使用。
Mode n: Make the dot match any character, including new lines.
模式n:使点匹配任何字符,包括新行。
- match any single character specified in the brackets, ranges are also permitted.
-匹配任何单个字符,这些字符在方括号里面指定,范围是受限的。
In regular expressions, square brackets just mean "match any character in the brackets."
在规则表达式中,方括号只表示“查找与方括号中任何字符的匹配字符”。
Character classes: a character class is a set of characters within square brackets where a match would be any one character within the brackets.
字符类(Characterclass):一个字符类就是方括号内的一个字符集,其中,匹配可以是括号内的任意一个字符。
Type 2 again to select "a specific character" and then type t when asked which character to match.
再次键入2,以选择“aspecificcharacter”,然后在询问匹配哪个字符时键入t。
You have to include the character or characters between the words, otherwise the regex fails to find a match.
在单词之间必须包括这一(或这些)字符,否则该regex将无法找到匹配。
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,可以使用下划线通配符,或者有含义的变量名。
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)。
([r -] [w -] [x -]) {3} — permissions (use. To match the first character, because it can be any of several different special characters.)
([r-] [w -] [x -]){3}—权限(使用.匹配第一个字符,因为它可能是几个不同的特殊字符中的任何一个。)
Because it finds at least one match to its two-character pattern on every line, the grep command outputs every line in the input file.
由于会在每行至少找到此双字符模式的一个匹配项,因此grep命令会输出输入文件中的每个行。
By matching more than one character at a time, you'd let the regex skip many unnecessary steps on the way to a successful match.
你是对的,通过每次匹配多个字符,你让正则表达式在成功匹配的过程中跳过许多不必要的步骤。
By matching more than one character at a time, you'd let the regex skip many unnecessary steps on the way to a successful match.
你是对的,通过每次匹配多个字符,你让正则表达式在成功匹配的过程中跳过许多不必要的步骤。
应用推荐