substring

英音[ ˈsʌbstrɪŋ ] 美音[ ˈsʌbstrɪŋ ]
子字符串
常用释义
n. 子串;子链

扩展信息

子串
2008年7月10日 随笔档案 - 两颗番茄 - 博客园 ... subgraph 子图 substring 子串 subtree 子树 ...
子字符串
子字符串 (Substring):作为另一个字符串一部分的字符串。Unicode:用于在计算机程序中表示文本字符和符号的标准系统。
取子串
SQLServer基本函数 - meil - 博客园 ... mi 0-59 秒 substring 不多说了,取子串 upper 转为大写 ...
子字串
提示二:找出字串的子字串(substring), 从开头取到index 所指的地方答案: import java.util.Scanner; System.out.println("请输入字...
截取子串
Java String的函数 - 唐大老师 - 51CTO技术博客 ... insert 插入字符串 substring 截取子串 replace 替换 ...
截取字符串
T-SQL函数 - 逆心 - 博客园 ... 7、按指定次数重复生成字符串 REPLICATE 8、截取字符串 SUBSTRING 9、获取字符串长度 LE…

例句

Replaces, within a substring of this instance, all occurrences of a specified string with another specified string .

将此实例的子字符串中所有指定字符的匹配项替换为其他指定字符。

好的,一个普通的任务是判断给定的子字符串是否能在该值中任意处找到。

Searches for the specified substring and returns the zero - based index of the last occurrence within the entire source string .

搜索指定的字符,并返回整个源字符串内最后一个匹配项的从零开始的索引。

子序列中的字符与子字符串中的字符不同,它们不需要是连续的。

报告指定的Unicode字符在此实例内的子字符串中的最后一个匹配项的索引位置。

To display string literals that contain date and time separators or to format strings, you must use escape characters in the 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.

如果该组至少捕获了一个子字符串,则。

当从原始的输入数据中提取字符串时,试着从原始字符串返回一个子字符串,而不是创建一份拷贝。

长度参数指定了所需子字符串的长度。

In this example, two nested loops are used to search for a substring within a string.

在此示例中,使用了两个嵌套循环来搜索一个字符串中的子字符串。

从Capture继承,因此可以直接访问捕获到的最后一个子字符串。

在此实例的结尾追加指定子字符串的副本。

数据库加密通常采用分组加密算法,这给子串查询带来了很大的困难。

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中未定义这种行为。

指定子字符串长度的整数。

传回格式化字串的子字串,选择性包含提示、常值和密码字元。

此示例对String对象调用IndexOf方法,以报告子字符串的第一个匹配项的索引。

如果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方法表示字符串是否包含指定的子字符串。

该值可以是根证书的整个主题名称的子字符串。

Substring函数使用一个分隔符和索引来判断要从进入的源字符串提取哪些文本。

返回带格式字符串的子字符串,也可以选择包含提示字符和原义字符。

So far so good, but how exactly do we select a substring or even a single character from a string?

到现在为止一切不错,但我们究竟如何从字符串中选择子串,甚至单个字符?

第二个机制,负责处理超过一个字符重复子串长串。

如果PATTERN里包含括号,那么每一个匹配的定界符子字符串都会作为元素加到列表中去。