Skip to content

Commit

Permalink
=update news for RegexMatch iterating
Browse files Browse the repository at this point in the history
fix typo in news

Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
  • Loading branch information
oxinabox and omus committed Jan 2, 2021
1 parent e411fd3 commit 955c9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Standard library changes
* `iseven` and `isodd` functions now support non-`Integer` numeric types ([#38976]).
* `escape_string` can now receive a collection of characters in the keyword
`keep` that are to be kept as they are. ([#38597]).
* `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]).

#### Package Manager

Expand Down

0 comments on commit 955c9ba

Please sign in to comment.