backreferences造句
例句与造句
- always refer to backreferences, not octal codes
总是指反向引用,而不是八进制代码。 - backreferences that use the same notation
后向引用之间的多义性。 - for details on backreferences, see
有关后向引用的详细信息,请参见 - backreferences in jscript
jscript中的反向引用 - backreferences provide a convenient way to find repeating groups of characters
反向引用提供查找重复字符组的方便的方法。 - It's difficult to find backreferences in a sentence. 用backreferences造句挺难的
- backreferences can also break down a universal resource indicator into its component parts
反向引用还可以将通用资源指示符(uri)分解为其组件。 - are unambiguous and cannot be confused with backreferences . backreference behavior is slightly different when the
选项标志被启用时,反向引用行为将稍有不同。 - one of the simplest, most useful applications of backreferences provides the ability to locate the occurrence of two identical, adjacent words in text
反向引用的最简单的、最有用的应用之一,是提供查找文本中两个相同的相邻单词的匹配项的能力。 - however, parentheses are also used to create subexpressions and possibly capture them for later use, something that is covered in the section on backreferences
但是,括号也用于创建子表达式,并可能捕获它们以供以后使用,这一点在有关反向引用的那一节讲述。 - matches an ascii character as octal up to three digits; numbers with no leading zero are backreferences if they have only one digit or if they correspond to a capturing group number
将ascii字符匹配为八进制数(最多三位);如果没有前导零的数字只有一位数或者与捕获组号相对应,则该数字为后向引用。 - and up are considered backreferences if there is a backreference corresponding to that number; otherwise, they are interpreted as octal codes unless the starting digits are 8 or 9, in which case they are treated as literal " 8 " and " 9 "
和更高位表达式在具有与该号码对应的反向引用时被视作反向引用;否则,它们会被解释为八进制代码(除非起始位是8或9,在这种情况下它们被视为原义的“8”和“9”)。