It will work like the string match, but for specific properties.
它将像字符串匹配,但对于特定的属性。
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.
因此,正则表达式 A*B将与字符串AB 、AAB 、AAAB或任何其它以 A 开头并以单个 B 为结尾的字符串相匹配。
You can use that wildcard at any location of the filter string to match any number of unknown characters.
您可以在过滤器字符串的任何位置使用该通配符,以匹配未知字符的数量。
By default, these only match at the very start and the very end of the string.
默认情况下,这些只在字符串的最开始和最末尾处匹配。
The replacement string may contain references to subsequences captured during the previous match.
替换字符串可能包含对在之前的匹配中捕获的子序列的引用。
It will return each match detected within the input string as requested.
它将按需返回在输入字符串中检测到的各个匹配项。
The infix index would match substrings anywhere within the string.
中缀索引将匹配在字符串内任意位置的子字符串。
In an advanced search, the search string is optional, and matches will include only artifacts with names that match the string.
在高级搜索中,搜索字符串是可选的,搜索结果只会包含名字匹配该字符串的工件。
Make sure to use the correct user agent string, since this is the value the portal USES to match an incoming request to your device.
请确保使用正确的用户代理字符串,因为门户使用该值来使入站请求与设备匹配。
You can search for strings in vi using the / command, specifying the pattern to match either as a literal string or as a regular expression.
在vi 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
It returns 0 if the match cannot be found or -1 if source string is null or empty.
如果没有发现匹配则返回0,或者如果源字符串是null或空则返回- 1。
Unfortunately, this will not correctly match the string. Instead, it will print.
很不幸,这个正则并不会正确地匹配字符串,取而代之,它会输出。
Given a string, it loops through the Match to try to find the appropriate regular expression.
给定一个字符串,它对Match进行循环以试图找到相应的正则表达式。
For example, the topic string "Weather/London/#" would match all topics for the London weather station.
例如,主题字符串“Weather/London/#”与伦敦气象台的所有主题匹配。
The first regular expression will match the string "main" followed by any number of Spaces or tabs, followed by an open parenthesis.
第一个规则表达式将与后面依次跟有任意数量的空格或制表键以及开始圆括号的字符串“main ”匹配。
For example, the killall command, at its most basic level, kills all commands that match a particular string.
例如,killall命令最基本的功能是终止所有与特定字符串匹配的命令。
If no match is found, then the string None found! Is returned.
如果不匹配,那么就会返回字符串None found 。
It returns a null if no match is found, or if the source string is null or empty.
如果没有发现匹配项或源字符串是null或空,则返回null。
If the pattern does not match the version string pattern, a status message is created.
如果模式与版本字符串模式不相匹配,那么就会创建一条状态信息。
Ruby uses a slightly different approach than many other languages to match the end and the beginning of a string.
Ruby用一种和其他语言略有不同的做法去匹配字符串的开始和结束。
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.
对于匹配TOPIC对象的主题字符串,以及主题树中该主题字符串之下、没有定义与之匹配的TOPIC对象的各个主题,此TOPIC对象为它们提供默认设置。
With this function we can now find multiple matches within a string and extract specific pieces of the information from within each match.
通过此函数,我们现在可在字符串中找到多个匹配项,并且可从每个匹配项中提取特定的信息片段。
Listing 20 shows the code to process events and search records for a match against a user-entered text string.
清单20展示了处理事件以及搜索与用户输入文本字符串相匹配的记录的代码。
A regular expression describes the format of a string: With the simplest form of regular expression, you input the text that you want to match.
正则表达式描述字符串的格式:使用最简单的正则表达式格式,您可以输入您希望匹配的文本。
This function receives the match array as a parameter and returns a modified string that is used as a replacement.
那个函数则接收匹配到的数组作为参数,然后返回一个修改后的字符串作为替换。
Any records that match the search string will become part of the enumeration result set.
所有与搜索字符串相匹配的记录都将成为枚举结果集的一部分。
It selects the longest match, removes it from the beginning of the original string, and returns the result.
它选择最长的匹配,从初始字符串的开始处除去,然后返回结果。
If the client's encrypted return string and the locally encrypted string match, the shutdown command is run.
如果客户机的加密过的返回字符串与本地加密的字符串匹配,则运行关闭命令。
For example, the regular expression ABC will match the string ABC but not DEF.
例如,正则表达式abc将与字符串abc匹配,但不与def匹配。
Next we get the short string ://, which means to match anything that looks exactly like it (simple, huh?).
接着,我们看到字符串 :// ,它表示查找与它完全相似的字符串(简单吗?)
应用推荐