We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.perl.org#119451 (status was 'new')
Searchable as RT119451$
The text was updated successfully, but these errors were encountered:
perl 5.18.0 introduced extended regular expression bracketed character classes, such as:
/(?[ \p{Thai} & \p{Digit} ])/
In perl 5.18.0, this is behind experimental::regex_sets warnings and documented as "subject to change as we gain field experience with it."
This ticket should collect lessons learned, fixes made, and the acceptance criteria for dropping the "experimental" status of the feature.
-- rjbs
Sorry, something went wrong.
There have been some bugs found in this over the years, that a search through tickets could show.
Currently, there is the open ticket #16779
This was closed via #19503
No branches or pull requests
Migrated from rt.perl.org#119451 (status was 'new')
Searchable as RT119451$
The text was updated successfully, but these errors were encountered: