• For each supported style tag, we construct a replacement string and create a new completion proposal.

    对于每种受支持样式标签我们将构造替换字符串创建一个新的自动完成建议

    youdao

  • If you wrap pattern elements in parentheses, you can use the matched contents in the replacement string.

    如果使用圆括号将模式元素起来,可以替换字符串使用匹配内容

    youdao

  • You can refer to a subexpression from within a regular expression, and from within a replacement string.

    可以正则表达式替换字符串引用表达式

    youdao

  • Wherever the replacement string occurs in the command you ask xargs to execute, it will be replaced by an argument.

    如果xargs将要执行命令包含有替换字符串那么使用参数替换它。

    youdao

  • There are not enough editable positions in the formatted string to hold the contents of the replacement string.

    带格式字符串可编辑位置不足,无法保存替换字符串的内容

    youdao

  • Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.

    指定输入内,使用指定的取代字串来取代符合规则运算式模式的字串。

    youdao

  • The first parameter is the string you want to replace in the current directory path. The second parameter is the replacement string.

    第一参数当前目录路径需要替换的参数,第二个参数是替换字符串

    youdao

  • Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.

    指定输入内,使用指定的取代字串来取代符合指定之规则运算所有

    youdao

  • Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.

    指定输入内,使用指定的取代字串来取代符合规则运算式模式的所有

    youdao

  • This escape sequence tells Vim to treat the replacement text as a Vimscript expression, evaluating it to get the actual replacement string.

    这个转义序列告诉Vim替换文本作为一个Vimscript表达式来处理,对进行评估获取实际的替换字符串

    youdao

  • If you have a requirement to use them as arguments with other arguments following, then you use the -i option to specify a replacement string.

    如果需要这些参数后面使用其他参数,可以使用- i选项指定个替换字符串。

    youdao

  • The leading \= in the replacement string tells substitute() to evaluate the expression that follows and use the result as the replacement text.

    替换字符串中的前导 \=要求 substitute()随后的表达式求值使用结果作为替换文本

    youdao

  • Indicates whether a replacement string can be used when an input surrogate pair cannot be encoded, or whether the surrogate pair can be ignored.

    指示无法输入代理进行编码是否可以使用替换字符串或者是否可以忽略代理项对。

    youdao

  • Within a specified input string, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.

    指定输入字符串内,使用指定替换字符串替换某个正则表达式模式匹配字符串(其数目为指定的最大数目)。

    youdao

  • Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.

    指定输入子字内,使用指定取代来取代符合规则运算式模式的指定最大字串数目。

    youdao

  • This directive changes URI in accordance with the regular expression and the replacement string. Directives are carried out in order of appearance in the configuration file.

    这个指令根据表达式更改uri,或者修改字符串指令根据配置文件中的顺序执行

    youdao

  • The replace function USES three arguments: the first is the text to modify, the second is the regular expression that matches the part to be replaced, and the third is the replacement string.

    replace函数采用了三个参数第一个参数修改文本第二个参数是将要替换的部分匹配正则表达式第三个参数是替换字符串。

    youdao

  • For convenience, you can package the code in a common XSL template for string replacement, thus making it reusable.

    简便起见可以代码打包成用于字符串替代公共XSL模板,以使可重用。

    youdao

  • It is similar to Listing 7 in that it replaces a fixed string, but the trick is that the replacement itself for the fixed string becomes the fixed string the next time.

    清单7相似之处在于替换固定字符串诀窍在于替代固定字符串的字符串本身在下次替换时又成了固定字符串。

    youdao

  • When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement.

    元素指定模式请注意使用正则表达式执行匹配字符串替换

    youdao

  • For every new schema it is parsing, the implementation looks for a fully qualified schema name, that is already stored in the registry and is doing string replacement in a given schema.

    对于每一个解析的模式实现注册表搜索保存完全限定模式并且给定的模式中字符串替换

    youdao

  • If the resolved context variable content is null, no replacement occurs and the variable name remains unchanged in the query string (including the "%" signs).

    如果解析后的上下文变量内容空,则不会发生替换并且变量名称查询字符串中保持不变(包括“%”符号)。

    youdao

  • This function receives the match array as a parameter and returns a modified string that is used as a replacement.

    那个函数则接收匹配到的数组作为参数然后返回一个修改后字符串作为替换。

    youdao

  • In theory, strncpy (3) is the safe replacement for strcpy (3), but strncpy (3) also fills the entire destination with NULs once the end of the source string has been met.

    理论上讲strncpy(3)strcpy(3)安全替代者但是strncpy(3)字符串结束时使用nul来填充整个目标空间。

    youdao

  • They take in a function as a parameter to use when a match is found. This function receives the match array as a parameter and returns a modified string that is used as a replacement.

    你可以为preg_replace_callback指定某个函数参数函数能接收匹配结果数组为参数,将数组修改后返回作为替换的结果。

    youdao

  • Replacement fields are denoted by curly brackets () inside a string.

    Replacement字段字符串括号()标示

    youdao

  • You can use [: digit:] in place of [0-9], and [: alpha:] is a more portable replacement for [-a-za-z0-9_]. For example, you can strip all punctuation from a string by using the statement.

    可以使用[:digit:]代替[0 - 9],并且[:alpha:]比[-a - zA - z0 - 9 _]具有可移植性替代者

    youdao

  • This is the string that has the appropriate regular expressions matches replaced with the replacement value.

    包含被替换替换适当正则表达式匹配项字符串

    youdao

  • It should generally not be used merely as a replacement for simple string concatenation. For example.

    使用它取代简单字符串连接

    youdao

  • One very likely use is as a replacement for passing a cumbersome number of parameters to the stylesheet. You can break a string into lines of text using the following code.

    一种有可能用法代替样式表传递大量参数

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定