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)与该正则表达式相匹配。
Match Expression: Perl-compatible regular expression that matches against the value of the header.
MatchExpression:采用兼容Perl的正则表达式来匹配报头值。
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 的样例输出)。
A regular expression followed by + matches one or more occurrences of the regular expression.
号后面的正则表达式可以匹配这个正则表达式的一次或多次出现。
This is the string that has the appropriate regular expressions matches replaced with the replacement value.
这是包含被替换值替换了适当正则表达式匹配项的字符串。
The most common scenario for matching regular expressions is to start at some point in a character sequence and move forward until all matches have been found and the end of the sequence is reached.
正则表达式匹配最常见的场景是从字符序列的某个点上开始,向前移动,直到找到所有匹配,并到达序列末尾为止。
A regular expression followed by? Matches zero or one occurrence of the regular expression.
号后面的正则表达式可以匹配这个正则表达式的零次或一次出现。
Using a regular expression engine, it is easy to test if a string matches the pattern.
通过使用正则表达式引擎,很容易测试出字符串是否与模式匹配。
First, get all the matches with a regular expression that look pretty complex.
首先,获得所有与一看起来非常复杂的正则表达式匹配的结果。
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 the line matches the regular expression, then you print out that line.
如果该行与正则表达式匹配,则打印该行。
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.
这个文件名能通过这个过滤器因为这个正则表达式能一直匹配到行尾,其余的都不重要。
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.
这个文件名能通过这个过滤器因为这个正则表达式能一直匹配到行尾,其余的都不重要。
应用推荐