substring search的意思|示意

美 / / 英 / /

子字符串搜索


substring search的网络常见释义

字符串搜索 字符串搜索(substring search):切确说是子字符串匹配,将会对文件名进行扫描,找出所有文件名中包含了所给字符串的文件,而不在乎是否是一个自力的单词。

子串检索 利用子串检索(substring search)包括字符串“lease”的新闻条目,将会归来一个包括“Foobar Corporation releases the 20.9 version ..

substring search相关例句

The search performs a partial match starting from the beginning of the text, and returning the first item in the list that matches the specified substring.

搜索执行从文本开始处开始的部分匹配,返回列表中第一个与指定的子字符串匹配的项。

You need to search for a substring, and return either the starting position of the match or the matching value itself.

你想搜索一个字符串,获取该子字符串匹配的起始位置或匹配值。

The search performs a partial match starting from the beginning of the text at the specified index, and returns the first item in the list that matches the specified substring.

搜寻将从指定索引的文字开头开始执行部分比对,并传回清单中第一个符合指定子字串的项目。

How do I search a field for a substring?

我怎么搜索领域的一个子串?

Returns the position of the first substring match in a regular expression search.

返回正则表达式搜索中第一个子字符串匹配项的位置。

The first argument is the substring, the second argument is the search string, and an optional starting position can be supplied as a third argument.

第一个参数是子字符串,第二个参数是搜索字符串,可选的起始位置可以提供作为第三个参数。