A proper implementation would take a closer look at the replacement string.
恰当的实现应该进一步检查替换字符串。
You can also refer to a subexpression from within a replacement string.
还可以从替换字符串中引用子表达式。
The replacement string may contain references to subsequences captured during the previous match.
替换字符串可能包含对在之前的匹配中捕获的子序列的引用。
For each supported style tag, we construct a replacement string and create a new completion proposal.
对于每种受支持的样式标签,我们将构造一个替换字符串,并创建一个新的自动完成建议。
If you wrap pattern elements in parentheses, you can use the matched contents in the replacement string.
如果使用圆括号将模式元素括起来,您可以在替换字符串中使用匹配的内容。
You can refer to a subexpression from within a regular expression, and from within a replacement string.
可以从正则表达式和替换字符串中引用子表达式。
Cumulative replace function, can replace the replacement string for prefix and suffix to achieve cumulative.
累加替换功能,能在替换中对替换字符串的前缀和后缀实现累加。
Wherever the replacement string occurs in the command you ask xargs to execute, it will be replaced by an argument.
如果xargs将要执行的命令包含有替换字符串,那么将使用参数替换它。
There are not enough editable positions in the formatted string to hold the contents of the replacement string.
带格式的字符串中可编辑的位置不足,无法保存替换字符串的内容。
Within a specified input string, replaces strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的字串。
The first parameter is the string you want to replace in the current directory path. The second parameter is the replacement string.
第一个参数是当前目录路径中需要替换的参数,第二个参数是替换字符串。
Within a specified input string, replaces all strings that match a regular expression pattern with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合指定之规则运算式的所有字串。
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
在指定的输入字串内,使用指定的取代字串来取代符合规则运算式模式的所有字串。
This escape sequence tells Vim to treat the replacement text as a Vimscript expression, evaluating it to get the actual replacement string.
这个转义序列告诉Vim把替换文本作为一个Vimscript表达式来处理,对它进行评估来获取实际的替换字符串。
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选项指定一个替换字符串。
The leading \= in the replacement string tells substitute() to evaluate the expression that follows and use the result as the replacement text.
替换字符串中的前导 \=要求 substitute()对随后的表达式求值并使用结果作为替换文本。
Indicates whether a replacement string can be used when an input surrogate pair cannot be encoded, or whether the surrogate pair can be ignored.
指示当无法对输入代理项对进行编码时是否可以使用替换字符串,或者是否可以忽略代理项对。
Within a specified input string, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
在指定输入子字符串内,使用指定替换字符串替换与某个正则表达式模式匹配的字符串(其数目为指定的最大数目)。
Within a specified input substring, replaces a specified maximum number of strings that match a regular expression pattern with a specified replacement string.
在指定的输入子字串内,使用指定的取代字串来取代符合规则运算式模式的指定最大字串数目。
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,或者修改字符串。指令根据配置文件中的顺序来执行。
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函数采用了三个参数:第一个参数是要修改的文本,第二个参数是与将要替换的部分匹配的正则表达式,第三个参数是替换字符串。
For convenience, you can package the code in a common XSL template for string replacement, thus making it reusable.
为简便起见,您可以将代码打包成用于字符串替代的公共XSL模板,以使它可重用。
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的相似之处在于它替换了固定字符串,但诀窍在于替代该固定字符串的字符串本身在下次替换时又成了固定字符串。
When specifying patterns in the element, realize that regular expressions are used to perform the matching and string replacement.
在元素中指定模式时,请注意,要使用正则表达式来执行匹配和字符串替换。
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.
对于每一个要解析的新模式,该实现在注册表中搜索已保存的完全限定模式名,并且在给定的模式中做字符串替换。
If the resolved context variable content is null, no replacement occurs and the variable name remains unchanged in the query string (including the "%" signs).
如果解析后的上下文变量内容为空,则不会发生替换,并且变量名称在查询字符串中保持不变(包括“%”符号)。
This function receives the match array as a parameter and returns a modified string that is used as a replacement.
那个函数则接收匹配到的数组作为参数,然后返回一个修改后的字符串作为替换。
Unfortunately, substitute() expects a fixed string as its replacement value, not a function call.
不幸的是,substitute()要求使用固定的字符串作为它的替代值,而不是一个函数调用。
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来填充整个目标空间。
Replacement: the string that will replace the found string.
Replacement:将替换所找到字符串的字符串。
应用推荐