A string specifying a regular expression to match what's to the left of the cursor.
一个指定正则表达式来匹配光标左边的内容的字符串。
A string specifying a regular expression to match what's to the right of the cursor.
一个指定正则表达式来匹配光标右边的内容的字符串。
It represents a regular expression and provides the logic to match the regular expression against strings.
它表示一个正则表达式并提供了使正则表达式与字符串相匹配的逻辑。
Looking at the code, you can see that the regular expression pattern was set to match a line that contained 20-29%.
查看该代码,可以看到正则表达式模式被设置为匹配某个包含20- 29%的行。
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 first line tells devfsd to perform the MKOLDCOMPAT action when any device (.* is a regular expression that will match any device) is registered with the kernel.
第 1行告诉devfsd ,当有内核中注册任何设备(.*是表示匹配 任何设备的正则表达式)时,执行MKOLDCOMPAT 操作。
A match expects a text-highlighting specification (STANDOUT in this example), followed by a regular expression that specifies which text to highlight.
match要求一个文本突出显示说明(本例中为STANDOUT),紧接着是一个正则表达式,指定要突出显示哪段文本。
It also supports filtering of the files to add by passing a second parameter with the regular-expression pattern of files to match and add to the archive.
它还支持对添加的文件进行过滤,方法是使用文件的正则表达式模式传递第二个参数,以匹配文件并添加到归档中。
You can compare data to a regular expression; if they match, you know your data is valid.
您可以将数据与正则表达式进行比较,如果它们匹配,则知道数据是有效的。
This function compiles the given regular expression into a pattern with the given mode and attempts to match the given input against it.
此函数将给定正则表达式编译到具有给定模式的模式中并尝试匹配针对它的给定输入。
When I set out looking for an algorithm, I looked at examples in a specific context (regular expression) and I attempted to match them to a completely different context.
当我开始寻找算法时,我看了在特定上下文(正则表达式)中的一些示例,而且尝试了将它们与一个完全不同的上下文相匹配。
The power behind much of this automation is the regular expression, a veritable set of hieroglyphics to find, match, and decompose strings.
实现这种自动化主要依靠正则表达式,它是用来查找、匹配和分解字符串的一组真正的象形文字。
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.
正则表达式描述字符串的格式:使用最简单的正则表达式格式,您可以输入您希望匹配的文本。
They specify a pattern, and the command that immediately follows a regular expression address will only be applied to a line if it happens to match this particular pattern.
它们指定一种模式,紧跟在规则表达式地址之后的命令将仅适用于正好与该特定模式匹配的行。
This function attempts to match and return a specific occurrence of a pattern that is defined by the regular expression against the source string.
此函数试图匹配并返回正则表达式针对源字符串定义的模式的特定发生项。
You can set the feature values of an annotation by assigning a sub-pattern of the regular expression rule-a match group-to the feature.
通过把正则表达式规则的子模式(匹配组)分配给特性,可以设置注解的特性值。
This function attempts to match a specific occurrence of the pattern that is defined by the regular expression against the source string.
此函数试图匹配正则表达式针对源字符串的模式的特定发生项。
You can replace a recognition property with a regular expression -- or a numeric range -- to allow for pattern-based recognition, instead of being limited to an exact match.
您可以用正则表达式替代识别属性 ——或者考虑基于模式的识别,替代精确地匹配。
It then iterates through the rewrite rules one at a time, and for each rule, it grabs its LookFor property and USES a regular expression to determine if a match is found in the requested URL.
然后,它将遍历重写规则,每次遍历一个,对于每个规则,它将获取规则的LookFor属性,并使用正则表达式来确定是否在被请求的URL中找到了匹配的规则。
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 中,可以使用 /命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
Given a string, it loops through the Match to try to find the appropriate regular expression.
给定一个字符串,它对Match进行循环以试图找到相应的正则表达式。
You would again be using syntax match to define an identifier for this regular expression and link to Error.
再次使用syntaxmatch为一个正则表达式定义标识符,然后把标识符与Error关联起来。
Regular expression is the most popular language in the world, which is used to match character stream and supported by many programming languages or tools.
正则表达式语言是世界上最流行的字符串匹配语言,它被许多编程语言或工具所支持。
These quantifiers let you specify how many times a given component of a regular expression must occur for a match to be true.
这些限定符使您能够指定,为使匹配为真,正则表达式的某个给定组件必须出现多少次。
When specified during a search and replace operation, then sections of the character container sequence being searched that do match the regular expression, are not copied to the output string.
指定进行搜索和替换的操作中,字符容器序列中不被匹配的部分,不拷贝到输出字符。
When specified during a search and replace operation, then sections of the character container sequence being searched that do match the regular expression, are not copied to the output string.
指定进行搜索和替换的操作中,字符容器序列中不被匹配的部分,不拷贝到输出字符。
应用推荐