substring
美 ['sʌbstrɪŋ]
英 ['sʌbstrɪŋ] 
英汉解释
例句
Replaces, within a substring of this instance, all occurrences of a specified string with another specified string .
将此实例的子字符串中所有指定字符的匹配项替换为其他指定字符。
Well, one very common task is determining whether or not a given substring can be found anywhere within that value.
好的,一个普通的任务是判断给定的子字符串是否能在该值中任意处找到。
Searches for the specified substring and returns the zero - based index of the last occurrence within the entire source string .
搜索指定的字符,并返回整个源字符串内最后一个匹配项的从零开始的索引。
The characters in a subsequence, unlike those in a substring, do not need to be contiguous.
子序列中的字符与子字符串中的字符不同,它们不需要是连续的。
Reports the index position of the last occurrence of the specified Unicode character in a substring within this instance.
报告指定的Unicode字符在此实例内的子字符串中的最后一个匹配项的索引位置。
To display string literals that contain date and time separators or to format strings, you must use escape characters in the substring.
若要显示包含日期和时间分隔符的字符串或格式字符串,则必须在子字符串中使用转义符。
If Include is False, the Filter function returns the subset of the array that does not contain Match as a substring.
如果Include为False,则Filter函数返回不将Match作为子字符串包含在其中的数组的子集。
If all or part of a text node does not match the pattern, it is simply copied, as specified in non-matching-substring.
如果全部或部分文本节点与模式不匹配,则仅执行复制操作,如non-matching-substring中定义的那样。
Property is true if at least one substring was captured by this group.
如果该组至少捕获了一个子字符串,则。
When extracting strings from a set of input data, try to return a substring of the original data, instead of creating a copy.
当从原始的输入数据中提取字符串时,试着从原始字符串返回一个子字符串,而不是创建一份拷贝。
The length argument specifies the length of the desired substring.
长度参数指定了所需子字符串的长度。
In this example, two nested loops are used to search for a substring within a string.
在此示例中,使用了两个嵌套循环来搜索一个字符串中的子字符串。
Inherits from Capture so the last substring captured can be accessed directly.
从Capture继承,因此可以直接访问捕获到的最后一个子字符串。
Appends a copy of a specified substring to the end of this instance.
在此实例的结尾追加指定子字符串的副本。
The grouping cryptography is widely used in database encryption which now leads to great difficulty in substring query .
数据库加密通常采用分组加密算法,这给子串查询带来了很大的困难。
Methods to obtain the index of a substring or Unicode character in a string.
方法可获取字符串中子字符串或Unicode字符的索引。
If you specify a value less than zero for the length argument in the Left, Right, or Substring function, the behavior is undefined in SMQL.
如果为Left、Right或Substring函数中的长度参数指定的值小于零,则SMQL中未定义这种行为。
Integer that specifies the length of the substring.
指定子字符串长度的整数。
Returns a substring of the formatted string, optionally including prompt, literal, and password characters.
传回格式化字串的子字串,选择性包含提示、常值和密码字元。
This example calls the IndexOf method on a String object to report the index of the first occurrence of a substring.
此示例对String对象调用IndexOf方法,以报告子字符串的第一个匹配项的索引。
If Include is True, the Filter function returns the subset of the array that contains Match as a substring.
如果Include为True,则Filter函数返回将Match作为子字符串包含在其中的数组的子集。
If this directory contains more than two zip files, or more than one zip file containing the substring _Monitor_, the export will fail.
如果此目录包含超过两个压缩文件,或者超过一个包含子字符串_Monitor_的Zip文件,则导出将以失败告终。
This example demonstrates the use of the Left function to return a substring of a given String.
此示例演示返回给定String的子字符串的Left函数的用法。
The Contains method indicates whether the string contains the specified substring.
Contains方法表示字符串是否包含指定的子字符串。
This value may be a substring of the entire subject name of the root certificate.
该值可以是根证书的整个主题名称的子字符串。
The Substring function uses a delimiter and index to determine what text to extract from the incoming source string.
Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。
Returns a substring of the formatted string, optionally including prompt and literal characters.
返回带格式字符串的子字符串,也可以选择包含提示字符和原义字符。
So far so good, but how exactly do we select a substring or even a single character from a string?
到现在为止一切不错,但我们究竟如何从字符串中选择子串,甚至单个字符?
The second mechanism handles long strings of a repeated substring of more than one character.
第二个机制,负责处理超过一个字符重复子串长串。
If the PATTERN contains parentheses, additional list elements are created from each matching substring in the delimiter.
如果PATTERN里包含括号,那么每一个匹配的定界符子字符串都会作为元素加到列表中去。
Substring - When selected, the Find Symbol Results window displays all symbols whose names include the Find what string anywhere.
“子字符串”-选择此选项后,“查找符号结果”窗口将显示名称在任何位置包含“查找内容”字符串的所有符号。
Splits an input string into an array of substring s at the positions defined by a regular expression match.
在由正则表达式匹配项定义的位置将输入字符串拆分为一个子字符串数组。
The for loop iterates over the list of substrings, printing out each substring and its length.
for循环迭代子字符串list,打印每个子字符串及其长度。
This value can be a substring of the entire subject name.
该值可以是整个主体名称的子字符串。
String comparison can be exact, case-sensitive or case-insensitive, or use a substring.
字符串比较可以是完全匹配、区分大小写或不区分大小写,或者使用子字符串。
Provides information on the set of regular expression characters that define the substring to match.
提供有关定义要匹配的子字符串的正则表达式字符集的信息。
If the Referer was sent by the client and the substring was not found, the embedded session id will be marked as invalid.
如果客户端发送了Referer信息但是在其中并未找到该子串,则嵌入的会话ID会被标记为无效。
For instance, it currently supports finding words with similar prefixes or suffixes, or words that share some substring.
例如,它目前支持查找带有相似前缀或后缀的单词,支持共享某些子串的单词查找。
You can determine the index of the SUBTOTAL element by searching for the substring SUBTOTAL.
通过搜索子字符串SUBTOTAL可以决定SUBTOTAL元素的索引。
The cut attribute indicates whether to delete the matched substring segment from the request URL before proceeding.
cut属性指出是否在继续之前从请求URL中删除匹配的子字符串片段。