subpatterns
美
英 
例句
Quantifiers that allow you to specify the number of occurrences of a subpatterns.
量词,可以用量词指定子模式出现的次数。
If a match is found, a comma is inserted between the two subpatterns.
如果找到匹配,则在两个子模式之间插入一个逗号。
The commas between the sibling element subpatterns indicate that they are required to appear in the given order.
兄弟元素子范式之间的逗号表示必须按照给定的顺序出现。
Groups are subpatterns in the regular expression that are surrounded by parenthesis.
组是正则表达式中的子模式,它们包含在圆括号中。
The rule contains two subpatterns, or match groups, enclosed by parenthesis.
这个规则包含两个子模式(即匹配组),它们包围在圆括号中。
Assertions count towards the maximum of 200 parenthesized subpatterns.
断言计入最多200加括号的子模式。