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
Copy file name to clipboardexpand all lines: NEWS.md
+1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ Standard library changes
157
157
results table ([#38042]).
158
158
*`@testset` now supports the option `verbose` to show the test result summary
159
159
of the children even if they all pass ([#33755]).
160
+
*`RegexMatch` now iterate to give their captures. This means you can write `foo(::Nothing)` and `foo((cap1, cap2)::RegexMatch)` to dispatch on if `match` found anything or not ([#34355]).
0 commit comments