subpatterns
美
英 
例句
Quantifiers that allow you to specify the number of occurrences of a subpatterns.
量詞,可以用量詞指定子模式出現(xiàn)的次數(shù)。
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.
兄弟元素子范式之間的逗號表示必須按照給定的順序出現(xiàn)。
Groups are subpatterns in the regular expression that are surrounded by parenthesis.
組是正則表達式中的子模式,它們包含在圓括號中。
The rule contains two subpatterns, or match groups, enclosed by parenthesis.
這個規(guī)則包含兩個子模式(即匹配組),它們包圍在圓括號中。
Assertions count towards the maximum of 200 parenthesized subpatterns.
斷言計入最多200加括號的子模式。