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將使用一種模式把一個(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í)例中的子字符串(由指定Char或String數(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è)子字符串。