130 |
.P |
.P |
131 |
If a non-capturing subpattern with an unlimited repetition quantifier can match |
If a non-capturing subpattern with an unlimited repetition quantifier can match |
132 |
an empty string, there is a limit of 1000 on the number of times it can be |
an empty string, there is a limit of 1000 on the number of times it can be |
133 |
repeated while not matching an empty string - if it does match an empty |
repeated while not matching an empty string - if it does match an empty |
134 |
string, the loop is immediately broken. |
string, the loop is immediately broken. |
135 |
.P |
.P |
136 |
The maximum length of name for a named subpattern is 32 characters, and the |
The maximum length of name for a named subpattern is 32 characters, and the |