Actions
Bug #13716
closedUnexpected or undocumented (or maybe both) behaviour when mixing String#scan with named captures
Bug #13716:
Unexpected or undocumented (or maybe both) behaviour when mixing String#scan with named captures
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-06-22 trunk 59146) [x86_64-darwin15]
Updated by akr (Akira Tanaka) about 9 years ago
Updated by shyouhei (Shyouhei Urabe) about 9 years ago
- Status changed from Feedback to Open
akr (Akira Tanaka) wrote:
When you use a named capture, parenthesises are not considered as a capture.
Where can I learn that restriction? I have never heard of such thing before.
Updated by jeremyevans (Jeremy Evans) about 7 years ago
- Status changed from Open to Closed
Applied in changeset git|bd3283338250827e0f9e2fd1785bd1fd4151e66d.
Document behavior when mixing named captures with parentheses [ci skip]
Fixes [Bug #13716]
Actions