You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No problem per se, but: The 32 byte limit for capturing group names was only set to 32 because PCRE2 enforced it. Now that PCRE2 increased this limit to 128, we can do the same.
Describe the solution you'd like
Instead of 32 characters, a capturing group can be up to 128 ASCII characters in length.
Is your feature request related to a problem? Please describe.
No problem per se, but: The 32 byte limit for capturing group names was only set to 32 because PCRE2 enforced it. Now that PCRE2 increased this limit to 128, we can do the same.
Describe the solution you'd like
Instead of 32 characters, a capturing group can be up to 128 ASCII characters in length.
Additional context
https://github.com/PCRE2Project/pcre2/blob/master/ChangeLog
The text was updated successfully, but these errors were encountered: