substrings

substrings

 英

  • 网络词串

例句

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使用一种模式一个字符串分隔一连串字符串使用运行构造节点表示)。

Compare the password and its substrings against the user's name, user identifier, and an application-defined dictionary.

依据用户名称用户标识符应用程序定义字典比较密码及其字符串

Numeric value indicating the kind of comparison to use when evaluating substrings .

数字表示判别字符串使用比较方式

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

返回包含实例字符串指定CharString数组元素分隔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.

返回一个字符串字符串包含数组许多字符串联接创建

The for loop iterates over the list of substrings, printing out each substring and its length.

for循环字符串list打印每个字符串及其长度

As described, the algorithm performs poorly when S contains many repeated substrings. We deal with this problem with two mechanisms.

算法性能S包含许多重复我们处理两个机制问题

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

程序输出一个整数文本找到大小N相同数量

The number of characters to compare is the lesser of the lengths of the two substrings, and length.

比较字符两个字符串长度length较少

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

返回一个字符串字符串通过数组包含若干字符串联接一起形成

For such cases, an exception rule can be added for processing part indicators as substrings in tokens.

对于这些情形添加异常规则部件指示器处理令牌字符串

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

返回一个开始数组包含指定数目字符串

Allows manipulation and formatting of text strings and determination and location of substrings within strings.

允许操作格式化文本字符串以及确定定位字符串字符串

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

可以使用规则运算搜寻模式取代文字以及撷取

Allows manipulation and formatting of text strings and determines and locates substrings within strings.

允许操作格式化文本字符串确定定位字符串字符串

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

情况下比较使用字符串第三情况由于指定参数无效引发异常

Optional. Numeric value indicating the comparison to use when evaluating substrings.

数值指示计算字符串使用比较模式

Compares substrings of two specified String objects.

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

Elaborate REs may use many groups, both to capture substrings of interest, and to group and structure the RE itself.

精心设计REs也许很多可以捕获感兴趣可以分组结构RE本身

The following code example performs two comparisons of two substrings that only differ in case.

下面代码示例大小不同字符串进行比较

Find all substrings where the RE matches, and returns them as a list.

找到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.

如果使用预测模式分隔字符串前者可以字符串分解几个字符串

A parameter specifies the maximum number of substrings to return.

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

The example illustrates the use of the Captures property to return multiple groups of captured substrings.

示例阐释使用Captures属性返回捕获字符串

You can use this function to compare two strings or substrings of two strings.

可以使用函数比较字符串字符串

Number of substrings to be returned; -1 indicates that all substrings are returned.

返回字符串,–1表示返回所有字符串

Boolean value indicating whether to return substrings that include or exclude Match.

Boolean指示返回字符串是否包含Match

I recently wrote about an algorithm for fuzzy matching of substrings implemented in Python.

最近关于Python实现模糊匹配算法文章

The maximum number of characters in the substrings to compare.

比较字符串字符最大数量

The following code example uses nested grouping constructs to capture substrings into groups.

下面代码示例使用嵌套分组构造字符串捕获

Method also splits a string and returns an array containing the substrings.

方法字符串返回包含字符串数组

Represents a sequence of capture substrings.

表示一个捕获字符串序列

The following code example compares two substrings.

下面代码示例比较两个字符串

热门查询