散文网 | 字典

substring的意思,substring的音标读音解释

2016-05-08 22:31

substring翻译

子串

音标读音

英式:['sʌbstrɪŋ]美式:['sʌbstrɪŋ]

基本意思

n.子链

形近的词

unstring superstring restring destring astring

变形

例句

  1. In a long string substring matching a short non-backtracking algorithm.
    在一个长字符串中匹配一个短子串的无回溯算法。
  2. In this example, two nested loops are used to search for a substring within a string.
    在此示例中,使用了两个嵌套循环来搜索一个字符串中的子字符串。
  3. This is the substring after the character? in the URL.
    即URL中字符?之后的子字符串。
  4. A substring is zero or more contiguous string length units of input string.
    子字符串是输入字符串的零个或多个相邻字符串长度单元。
  5. In Figure 5, the substring of length 1 from the first byte of the string has been specified.
    在图5中,已经指定字符串第一个字节的长度为1的子字符串。
  6. The first is that a superstructure of substring and concatenation nodes must be traversed to reach a specified character.
    第一个开销就是必须遍历子串和连接节点的上层结构(superstructure)才能到达指定的字符。
  7. String comparison can be exact, case-sensitive or case-insensitive, or use a substring.
    字符串比较可以是完全匹配、区分大小写或不区分大小写,或者使用子字符串。
  8. The characters in a subsequence, unlike those in a substring, do not need to be contiguous.
    子序列中的字符与子字符串中的字符不同,它们不需要是连续的。
  9. The Substring function uses a delimiter and index to determine what text to extract from the incoming source string.
    Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。
  10. Substring returns all results that contain the search string.
    “子字符串”选项:返回所有包含搜索字符串的结果。
  11. This example loops over each string in an array of strings to determine which ones contain the specified substring.
    本示例循环访问字符串数组中的每个字符串,以确定哪些字符串包含指定的子字符串。
  12. Returns the index within a string of the first occurrence of a specified substring.
    在一个指定子字符串中第一个出现的字符串内返回索引。
  13. If the PATTERN contains parentheses, additional list elements are created from each matching substring in the delimiter.
    如果PATTERN里包含括号,那么每一个匹配的定界符子字符串都会作为元素加到列表中去。
  14. This value can be a substring of the entire subject name.
    该值可以是整个主体名称的子字符串。
  15. The length argument specifies the length of the desired substring.
    长度参数指定了所需子字符串的长度。
  16. The Substring function will extract text from a source string.
    Substring函数将从一个源字符串中提取文本。
  17. The depth of concatenation and substring ropes is one more than the depth of the deepest node they enclose.
    有连接和子串的rope的深度比它们所拥有的最深节点的深度大1。
  18. You can use the Substring function by specifying","( comma) as the delimiter.
    可以通过指定“,”(逗号)作为分隔符来使用Substring函数。
  19. To search and match substring from text.
    从文本中查找匹配符合表达式的子字符串。
  20. If not specified, the substring continues to the end of the string.
    如果没有指定该参数,则子字符串将延续到字符串的结尾。
  21. Extract a substring from a string based upon a pattern match.
    基于模式匹配从字符串中提取子字符串。
  22. We can access any substring within this range.
    在这个范围内,我们可以访问任意的子串。
  23. Property is true if at least one substring was captured by this group.
    如果该组至少捕获了一个子字符串,则。
  24. The cut attribute indicates whether to delete the matched substring segment from the request URL before proceeding.
    cut属性表明是否在继续之前从请求URL删除匹配的子字符串片段。
  25. Replaces, within a substring of this instance, all occurrences of a specified string with another specified string.
    将此实例的子字符串中所有指定字符串的匹配项替换为其他指定字符串。
  26. The first argument is the substring that matched.
    第一个参数是匹配的子字符串。
  27. The following code example uses the Substring method in three cases to isolate substrings within a string.
    下面的代码示例在三种情况下使用Substring方法,在字符串中分隔子字符串。
  28. Inserts a substring at a specified point in a string.
    在串中指定的位置插入子串。
  29. Note the truncation due to the substring in the column map.
    (注意,列映射的子字符串简化了输出)。
  30. This lets you find all stories where the tag parameter occurs as a substring of the tags attribute.
    它允许您查找所有标记参数作为标记属性的子字符串的新闻。

百科解释

substringpublic String substring(int beginIndex)返回一个新的字符串,它是此字符串的一个子字符串。该子字符串始于指定索引处的字符,一直到此字符串末尾。

网络意思

求子串
子字串
取子串
截取子串
取子字符串

substring的相关作文