国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

substrings

substrings

 英

  • 網(wǎng)絡(luò)詞串

例句

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使用一種模式一個(gè)字符串分隔一連串字符串使用運(yùn)行時(shí)構(gòu)造節(jié)點(diǎn)表示)。

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

依據(jù)用戶名稱用戶標(biāo)識(shí)符應(yīng)用程序定義字典比較密碼及其字符串

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

數(shù)字表示判別字符串時(shí)使用比較方式

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

返回包含實(shí)例字符串指定CharString數(shù)組元素分隔String數(shù)組

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

返回字符串數(shù)組包含字符串字符串指定字符串數(shù)組元素分隔)。

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

返回包含字符串字符串指定String數(shù)組元素分隔String數(shù)組

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

函數(shù)分隔符字符串每個(gè)匹配項(xiàng)拆分輸入字符串數(shù)組形式返回字符串

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

返回一個(gè)字符串字符串包含數(shù)組許多字符串聯(lián)接創(chuàng)建

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

for循環(huán)字符串list打印每個(gè)字符串及其長度

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

算法性能當(dāng)S包含許多重復(fù)我們處理兩個(gè)機(jī)制問題

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

程序應(yīng)輸出一個(gè)整數(shù)文本找到大小N相同數(shù)量

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

比較字符數(shù)兩個(gè)字符串長度length較少個(gè)

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

返回一個(gè)字符串字符串通過數(shù)組內(nèi)包含若干字符串聯(lián)接一起形成

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

對于這些情形添加異常規(guī)則部件指示器處理令牌字符串

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

返回一個(gè)標(biāo)開始數(shù)組包含指定數(shù)目字符串

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.

可以使用規(guī)則運(yùn)算搜尋模式取代文字以及擷取

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.

情況下比較使用字符串第三情況由于指定參數(shù)無效引發(fā)異常

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

數(shù)值指示計(jì)算字符串時(shí)使用比較模式

Compares substrings of two specified String objects.

比較兩個(gè)指定String對象字符串

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

精心設(shè)計(jì)REs也許會(huì)很多可以捕獲感興趣可以分組結(jié)構(gòu)RE本身

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

下面代碼示例個(gè)大小不同字符串進(jìn)行比較

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

找到RE匹配所有它們作為一個(gè)列表返回

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替代匹配表達(dá)式模式字符串

The infix index would match substrings anywhere within the string.

中綴索引匹配字符串內(nèi)任意位置字符串

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

如果使用預(yù)測模式分隔字符串前者可以字符串分解幾個(gè)字符串

A parameter specifies the maximum number of substrings to return.

參數(shù)指定返回字符串最大數(shù)量

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.

可以使用函數(shù)比較個(gè)字符串個(gè)字符串

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

返回字符串數(shù),–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.

最近關(guān)于Python實(shí)現(xiàn)模糊匹配算法文章

The maximum number of characters in the substrings to compare.

比較字符串字符最大數(shù)量

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

下面代碼示例使用嵌套分組構(gòu)造字符串捕獲

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

方法字符串返回包含字符串數(shù)組

Represents a sequence of capture substrings.

表示一個(gè)捕獲字符串序列

The following code example compares two substrings.

下面代碼示例比較兩個(gè)字符串

熱門查詢