因此,正则表达式 A*B将与字符串AB 、AAB 、AAAB或任何其它以 A 开头并以单个 B 为结尾的字符串相匹配。
Therefore the regular expression A*B will match the strings AB, AAB, AAAB, or any other string starting with an A and ending with a single B.
默认情况下,这些只在字符串的最开始和最末尾处匹配。
By default, these only match at the very start and the very end of the string.
您可以在过滤器字符串的任何位置使用该通配符,以匹配未知字符的数量。
You can use that wildcard at any location of the filter string to match any number of unknown characters.
如果您忽略了此参数或传递空字符串,则将使用默认匹配模式。
If you omit this parameter or pass an empty string, the default matching modes are used.
不匹配文本字符串的元素将会被过滤掉。
我尝试用近似的(模糊的)字符串匹配模块来限制对感兴趣唱片的选择。
I tried using modules for approximate (fuzzy) string matching to narrow the selection of disks that are interesting.
上面的主程序逻辑将搜索匹配简单标准的字母和数字字符串。
The main program logic above searches for letter and number strings matching our simplistic criteria.
它选择最长的匹配,从初始字符串的开始处除去,然后返回结果。
It selects the longest match, removes it from the beginning of the original string, and returns the result.
开始和结束标记带有下划线用于阻止意外的字符串匹配。
Start and end each token with an underscore to prevent accidental string matches.
您的组名称字符串需要与属性文件中的组名称完全匹配。
Your group name strings need to exactly match with the group names in your properties files.
该字符串随后将被用作匹配单词的数组的关键字。
This string is then used as the key for an array of matching words.
管理TOPIC对象可以定义为匹配一个特定主题字符串。
Administrative topic objects can be defined that match a particular topic string.
并非确定字符串是否与模式匹配,它有时需要提取每个匹配项。
Rather than determining if a string matches a pattern, it is sometimes desirable to extract every match.
使用文本索引使文档搜索的效率大大提高,因为不需要像进行子字符串匹配时那样在查询时检查文本数据。
Using a text index makes document search much more efficient, as the text data does not need to be examined at query time like it is done with sub-string matching.
按照这种方式,如果以后决定修改php后端,那么只要“处理作业类型”字符串匹配,系统就仍然可以工作。
In this way, if, at a later date, you decide to change the PHP back end for something else, it will still work if the "processing job type" strings match.
正则表达式 是定义匹配模式的字符串。
Regular expressions are strings of characters that define a pattern to be matched.
前面的星号表示匹配任何字符串。
NetSearchExtender并不使用字符串匹配连续地搜索文本数据(就像XQuerycontains函数所做的那样),而是使用文本索引。
Rather than sequentially searching through the text data using string matching, as done with the XQuery contains function, Net search Extender USES a text index.
例如,killall命令最基本的功能是终止所有与特定字符串匹配的命令。
For example, the killall command, at its most basic level, kills all commands that match a particular string.
我用到了模糊字符串匹配、FreeDB检索、ID3版本1和2,以及许多文本模式用户交互。
I used fuzzy string matching, FreeDB searches, ID3 versions 1 and 2, and lots of text-mode user interactions.
使用由CA签名的证书时,MQ管理员只控制允许连接的DistinguishedNames (DN)的字符串匹配模板。
With CA-signed certificates, the MQ administrator controls only the string matching template for Distinguished Names (DN) that are allowed to connect.
构建regexp时,这样可帮助在数据集上下文中查看模式与哪些字符串匹配。
When building a regexp, it helps to be able to see what strings the pattern matches in the context of a data set.
依赖xsl:key匹配字符串值。
如果要像1.0中那样作为字符串匹配,使用xs:string类型转换函数。
To have them matched as strings, as was the case in 1.0, use the xs: string casting function.
Business GlossaryBrowser返回与搜索字符串匹配的条目列表。
Business Glossary Browser returns then the list of entries that match the search string.
在使用WebSphereTranslationServer提供的翻译之前,验证翻译是否确实与源字符串匹配或许是个很好的业务实践。
Before using a translation provided by WebSphere translation Server, it is probably a good business practice to verify that the translation actually parallels the source string.
对于匹配TOPIC对象的主题字符串,以及主题树中该主题字符串之下、没有定义与之匹配的TOPIC对象的各个主题,此TOPIC对象为它们提供默认设置。
The topic object provides default Settings for the topic string that matches it, as well as topics under it in the topic tree that do not have a topic object defined to match them.
它将按需返回在输入字符串中检测到的各个匹配项。
It will return each match detected within the input string as requested.
此外,现在还有第二项检查,目的是让证书标识匹配某个字符串,管理员已将该字符串设计为过滤出除已知合法用户之外的所有用户。
In addition, there is now a second check so that the identity of the certificate matches some string that the administrator has designed to filter out all but a known set of legitimate users.
第二个参数严格匹配一个非字母和数字组成的字符串,该字符串后面依次为空格、整数、另一个空格,最后是一个实数。
The second argument strictly matches a non-alphanumeric string followed by a space followed by an integer followed by another space and finally a real number.
应用推荐