Processes can be started, killed, restarted, or sent arbitrary signals based on regular expression matches in the process table.
可以根据进程表中正则表达式的匹配来启动、杀死、重启进程或发送任意信号。
This regular expression matches the opening double quote but finds a different type of quote to close it.
这个正则表达式匹配了开双引号,但同时找了不同类型的引号来关闭。
The cornerstone is the predicate matches, which allow for a regular expression match over an attribute (or all the attributes).
这一集成的基础是谓词匹配,它允许正则表达式在一个属性(或所有属性)之上匹配。
If the data matches the current regular expression, the application displays a message to indicate that the postal code is valid.
如果数据与当前的正则表达式匹配,则应用程序显示一条消息,表明邮政编码有效。
Determining if a string matches a pattern is the simplest use of regular expressions and, as you see in Figure 1, it's, easy to do.
确定字符串是否与模式匹配是对正则表达式的最简单应用,如图1所示,而且易于操作。
The replace function USES three arguments: the first is the text to modify, the second is the regular expression that matches the part to be replaced, and the third is the replacement string.
replace函数采用了三个参数:第一个参数是要修改的文本,第二个参数是与将要替换的部分匹配的正则表达式,第三个参数是替换字符串。
It then builds a new regular expression in indent_pat that matches exactly the same sequence of whitespace at the start of any non-empty line (hence the trailing '\ s').
随后在indent _ pat中构建一个新的正则表达式,精确匹配任何非空行的起始处的相同序列的空白(即拖尾' \S ')。
Perl 6 grammars and regular expressions allow non-grouping matches, which do not save their result.
Perl6语法和正则表达式允许非分组匹配,不保存它们的结果。
The find function then searches the episode list to find matches using a simple regular expression match on the title and the summary.
然后,find函数搜索剧集列表以便使用与标题和摘要匹配的简单正则表达式来查找匹配项。
The new regular expression in the second line matches any string that contains MSIE or starts with Lynx.
第二行中的新正则表达式匹配任何包含MSIE或以Lynx开头的字符串。
Then, when process is called, it finds matches of the regular expression in the document text that it gets from the CAS.
然后,当调用process时,它在从CAS收到的文档文本中寻找与正则表达式匹配的地方。
There are modifiers to the regular expressions, both inside and outside the expression: case-insensitivity, lookahead, multiple matches, ignoring whitespace, number of matches, and so on.
正则表达式中有修饰符,它们既可以在表达式内部也可以在表达式外部: 区别大小写、向前查找(lookahead)、多重匹配、忽略空格、匹配的数目等。
The regmatch(re, text) function compares the regular expression to the text, yielding either Null for no matches or an array of pairs of integers (a two-element array).
regmatch(re,text)函数将比较正则表达式和文本,如果没有匹配的话就生成Null 值,否则生成一个由成对整数组成的数组(双元素数组)。
Since the input (domain: ananas.org) matches the regular expression. However if it is called with.
因为输入(domain:ananas.org)与该正则表达式相匹配。
Script 7.pl matches Unicode characters in regular expressions (7_out.txt shows a sample run of 7.pl).
脚本 Script7.pl 就可以匹配正则表达式中的Unicode字符(7_out.txt 给出了运行 7.pl 的样例输出)。
This is the string that has the appropriate regular expressions matches replaced with the replacement value.
这是包含被替换值替换了适当正则表达式匹配项的字符串。
Using a regular expression engine, it is easy to test if a string matches the pattern.
通过使用正则表达式引擎,很容易测试出字符串是否与模式匹配。
The tool allows Web surfers to find code that matches certain regular expressions, and searches can be limited to certain file types and licenses.
这一工具使得上网者可以搜索符合特定正则表达式的代码,而这些搜索可以限制于特定的文件类型与许可。
Since regular expressions treat a period as a single character, we can easily walk the word list, looking for matches.
由于正则表达式将把句点处理为单个字符,因此我们可以轻松地遍历单词列表以查找匹配。
This application USES some string methods, some regular expressions, and some program logic driven mostly by regular expressions and string matches.
该应用程序使用了一些字符串方法、一些正则表达式和一些主要由正则表达式和字符串匹配所驱动的程序逻辑。
If you can't pay your regular bills, it's time to move to a smaller house, drive an older model car, or make drastic cuts until your outgo matches your income.
如果你不能规律性的支付账单,很么你就应该去住更小的房子,开一辆旧款的汽车,大幅消减生活开支直到入可敷出为止。
This file name passes the filter because the regular expression matches - up to the line end, the rest does not matter. The correct expression should read.
这个文件名能通过这个过滤器因为这个正则表达式能一直匹配到行尾,其余的都不重要。
When ITracer traces a numeric value, it checks to see if a threshold regular expression matches the compound name of the metric being traced.
当ITracer 在跟踪一个数值 时,它会检查阀值正则表达式是否匹配被跟踪指标的复合名称。
The concept of regular expressions (regexps) -a notation for describing a pattern that matches a set of strings-is common across many programs and languages.
正则表达式(regular expression,regexp)是用于描述字符串集的匹配模式的概念,在很多程序和语言中都是通用的。
Still, in some situations, it might be prudent to verify that data received from a server matches expectations, perhaps with a regular expression, before passing it to the eval statement.
但有时候,把从服务器收到的数据传递给eval语句之前,检查其是否符合预期目标可能更谨慎一些,比如使用正则表达式。
To determine this, they use the matches function (new in XSLT 2.0), which determines whether a string matches a regular expression.
为了确定这些段落,将使用matches函数(XSLT 2.0中的新增内容),以确定某个字符串是否匹配正则表达式。
To determine this, they use the matches function (new in XSLT 2.0), which determines whether a string matches a regular expression.
为了确定这些段落,将使用matches函数(XSLT 2.0中的新增内容),以确定某个字符串是否匹配正则表达式。
应用推荐