substrings

子字符串
常用释义
子字符串

扩展信息

词串
WordNet ... (动词/形容词)属性 attribute 词串 substrings 多义词义项统计 polysemy count ...

例句

In all the above cases, the name of the resulting menu is name specified, stripped of the substrings between the various delimiters.

在所有上面的情况,名字是指去除所有的由各种分割符包含的子字符串后得到的特定的名字。

str: split uses a pattern to split a string into a sequence of substrings (represented in a node set constructed at run time).

split将使用一种模式把一个字符串分隔为一连串子字符串(使用在运行时构造的节点集表示)。

依据用户的名称、用户标识符和应用程序定义的字典来比较密码及其子字符串。

数字值,表示判别子字符串时使用的比较方式。

返回包含此实例中的子字符串(由指定Char或String数组的元素分隔)的String数组。

Returns a string array that contains the substrings in this string that are delimited by elements of a specified string array.

返回的字符串数组包含此字符串中的子字符串(由指定字符串数组的元素分隔)。

Returns a String array containing the substrings in this string that are delimited by elements of a specified String array.

返回包含此字符串中的子字符串(由指定的String数组的元素分隔)的String数组。

Function splits the input string at every occurrence of the delimiter string, and returns the substrings in an array.

函数将在分隔符字符串的每个匹配项处拆分输入字符串,并以数组形式返回子字符串。

Returns a string that consists of a number of substrings in an array.

返回一个字符串,此字符串由包含在数组中的许多子字符串联接创建。

for循环迭代子字符串list,打印每个子字符串及其长度。

如前所述,该算法性能很差当S包含许多重复的子串。我们处理这两个机制的问题。

The program should output just an integer corresponding to the number of different substrings of size N found in the given text.

程序应输出一个整数,它是文本中找到的大小为N的不相同子串的数量

要比较的字符数是两个子字符串的长度和length中较少的那一个。

Returns a string created by joining a number of substrings contained in an array.

返回一个字符串,该字符串是通过将数组内包含的若干子字符串联接在一起形成的。

对于这些情形,可添加一条异常规则,将部件指示器处理为令牌中的子字符串。

Returns a zero-based, one-dimensional array containing a specified number of substrings .

返回一个下标从零开始的一维数组,它包含指定数目的子字符串。

允许操作和格式化文本字符串以及确定和定位字符串中的子字符串。

You can use regular expressions to search for patterns in a string, replace text, and extract substrings.

您可以使用规则运算式来搜寻字串中的模式、取代文字,以及撷取子字串。

允许操作和格式化文本字符串并确定和定位字符串中的子字符串。

In two cases the substrings are used in comparisons, and in the third case an exception is thrown because invalid parameters are specified.

在两种情况下,在比较中使用子字符串,在第三种情况下,由于指定的参数无效而引发异常。

数值,指示计算子字符串时使用的比较模式。

比较两个指定String对象的子字符串。

精心设计的REs也许会用很多组,既可以捕获感兴趣的子串,又可以分组和结构化RE本身。

下面的代码示例对两个仅大小写不同的子字符串进行两次比较。

找到RE匹配的所有子串,并把它们作为一个列表返回。

The following code example uses the Substring method in three cases to isolate substrings within a string.

下面的代码示例在三种情况下使用Substring方法,在字符串中分隔子字符串。

regexp: replace replaces substrings that match a regular expression pattern.

replace将替代匹配正则表达式模式的子字符串。

The infix index would match substrings anywhere within the string.

中缀索引将匹配在字符串内任意位置的子字符串。

The former can decompose a string into substrings if the substrings are separated by a predictable pattern.

如果使用可预测的模式分隔子字符串,则前者可以将字符串分解成几个子字符串。

参数指定返回的子字符串的最大数量。