subpattern
美
英 
例句
As shown in Figure 9, the Features section should now show the assigned subpattern for each feature.
如图9所示,Features部分现在应该显示分配给每个特性的子模式。
Most of the time, you use a set of parentheses to define a subpattern and to capture the text that matches the subpattern.
在大多数情况下,使用一组括号可以定义子模式和捕捉匹配子模式的文本。
It lets you embed whitespace in a subpattern, making the regex easier to read.
它允许您在子模式中嵌入空白,使regex更易读。
Go back to the features section, select the entry for longitude and click Add subpattern reference.
返回到features部分,选择longitude特性并单击Addsubpatternreference。
Let subpattern match at least 1 times.
修饰匹配次数为至少1次。
In the Features section, select the entry for latitude and click Add subpattern reference.
在Features部分中,选择latitude特性并单击Addsubpatternreference。
If you begin a subpattern with the modifier (? i), matching in the subpattern is case-insensitive.
如果子模式以修饰词(?i)为开头,则在子模式中进行匹配不区分大小写。
The innovation is that we come up a chained data structure to maintain Hit-set instead of Max-subpattern hit-set Tree.
本文创新点在于提出一种层状链式图结构,将它代替最大子模式树来存储命中模式集。
The subpattern modifier ? denotes look behind (that is, look left) of the current position.
子模式修饰词?指示从当前位置开始向后查找(即向左查找)。
Let subpattern match any times.
修饰匹配次数为0次或任意次。
This means "match a subpattern, but don't include the match in the back-references. " So let's examine the subexpression
这表示“查找子模式的匹配字符串,但不包括反向引用中的匹配结果”。
An Algorithm of Finding Similar Subpattern Based on Time Series
基于时间序列的相似子模式发现算法